How to fix problems with font?

Hello. Please tell me how to fix problem, where i cant see text of error?

Not sure why the warnings would come up like that though your program is using uninitialised variables which is probablly the cause of your output.

Could you show your code?

I was curious why i see “?” not a words. and i solve it) i reinstall language on my visual studio community on english)
my code here)!


strange for me coz upper i initialize them(

They aren’t initialised.

On line 21 you declare 3 uninitialised ints and then on lines 23 and 24 you read from those uninitialised ints which is undefined behaviour. Only after that do you give them values on lines 27, 29, and 31.

OMG) True) TYTY)

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms