- 1
standard name space
i don't use the std in the win32 project, why it can running?
4 ответов
+ 4
The book inside the thread should make it clear to you
https://www.sololearn.com/discuss/405947/?ref=app
+ 2
You should show your code
Also the pure windows programming code without
c++ link windows.h does not use std for things like createwindow()
+ 2
You need it when you do c++ code outside of the windows.h library.
0
try std::cout to access the std methods without using that namespace