Home c++

Category: c++

Related categories

I installed Visual Studio, downloaded everything I needed, started working and saw that "stdafx" was missing. Where can I find it in the public domain...
Using studio always just subtracted '0' from this variable Answer 1, authority 100% A char does not contain a character, but just its code, which is...
I want to write a sea battle console game. I wrote a little code here, but did not implement some points. Do not pay...
What's the difference between: char s = "text"; char* ps = "text1"; std::string str = "text3"; And which is better to use? Answer 1, authority 100% 1....

Recent posts