standard name space | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

standard name space

i don't use the std in the win32 project, why it can running?

6th Aug 2017, 6:29 AM
cillianchen
4 Answers
+ 4
The book inside the thread should make it clear to you https://www.sololearn.com/discuss/405947/?ref=app
6th Aug 2017, 8:49 AM
Manual
Manual - avatar
+ 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()
6th Aug 2017, 7:45 AM
Manual
Manual - avatar
+ 2
You need it when you do c++ code outside of the windows.h library.
6th Aug 2017, 7:46 AM
Manual
Manual - avatar
0
try std::cout to access the std methods without using that namespace
6th Aug 2017, 8:45 AM
S C