c++ - Console::WriteLine() vs. cout -


i've started trying teach myself c++ (i've been c# programmer year now) , can't understand life of me difference between console::writeline("hello world") , cout<<"hello world", on side note i'm not sure cout , cin appreciated

the difference std::cout standard , therefore available in c++ compiler on platform, whereas console microsoft-specific extension.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -