Talk:C++

From Gentoo Linux Wiki

(Redirected from Talk:StartingCPP)
Jump to: navigation, search

Just a note. The part of this were you describe using namespace std; as being a better version... It isn't. That is simply defeating the purpose of namespace to begin with. You should either write std::cout or bring in only the functions that need from the std namespace.

Might I suggest that you recommend a fun C++ book?

[edit] yawr

I (Wesley, the author) don't know anything about C++, but I did want to start using it and that was the goal of this document, to explain how to use gcc and mingw, not how C++ works, I don't care about that. It's just an example.

Personal tools