std::string name = "FRED";
instead of
|
|
What books should I buy (or not buy)? If you are serious about C++, you will at some point want to get a good book. Books worth their weight in gold Perhaps the finest list of quality C++ books you will find are over at http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list If you are looking for C books, head again to http://stackoverflow.com/questions/562303/the-definitive-c-book-guide-and-list Bjarne Stroustrup (the creator of C++) provides direct links to the publisher for the books he has written over at http://www.stroustrup.com/ For C, K&R’s http://en.wikipedia.org/wiki/The_C_Programming_Language while a little aged, is worth twice its weight in gold. There is also a http://www.cplusplus.com/articles/GLzyhbRD/ Article by one of our members. Books not worth the air they displace Unfortunately, the market is flooded with bad books — stuff that has glaring factual errors and exemplifies horrific coding standards. A knowledgeable fellow by the name of Yechiel Kimchi maintains a very complete page called http://www.cs.technion.ac.il/users/yechiel/CS/BadBooksC+C++.html. But, since you are just browsing, here are a list of names that should make you wary: Schildt (http://www.seebs.net/c/c_tcn4e.html) Deitel & Deitel SAMS Malik If you feel that this list is missing names, let me know. http://www.cplusplus.com/user/Duoas/ Also avoid books that claim to be quick and easy. There is no such thing. (Learning to program computers takes effort!) |