Originally Posted by
Cypher
No it isn't. The copy I picked up in a bookstore and flipped through (the latest edition of the 21-days variant) was horrid. Trust me, when you begin to learn C++ at a more advanced level you'll look back on books like that and shudder. I dunno if the one I looked at is the same one you're reading but the copy I was looking at was teaching C-style constructs rather than C++ style constructs (ie const char* over std::string) and other poor programming practices. Basically, it's just outdated and poorly written....