Regarding unreal engine

Hi in my visual studio code the “std::cout << std::endl;” is not working and also my
" int a = 4;

std::cout << std::endl;
std::cout << a; "
is not working for the game Triplex . please help me
out

Not working how? Please provide more information.


please see this image . As I am not able to get the other statements and the numbers . please look at the output

Did you successfully compile? if you didn’t you would be running the old code.

Yes I did . But still the same result . Please help me resolve this problem

Are you using antivirus? Could you try compiling with /Zi? (may as well compile with /EHsc while you’re at it)

cl triplex.cpp /EHsc /Zi

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

Privacy & Terms