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
Post a Comment