Originally posted by TheUnexpected
No problem, I'm a bit sketchy on posting/giving out my sources. This isn't big enough for me to not release, although if it was something big I wouldn't release the source haha. Why read the book? I learned C++ from google lol.
Because the book is the proper way to learn C++ and Visual C++. Your source code contains messy coding, especially things like std::cout. You are using things such as equality in reference to type rather than value.
Little things like that. Although the way you did it works, it isn't proper programming in the sense of design. A book will teach you properly if it is good and it will teach you the proper way to program.
I have a book for Visual C++ 2010 (also the most current version of C++ up to 2010). Once I finish this book, then I'm moving over to Visual C++ 2012 where I will get the newer version of his book and learn even more, especially for programming with the new Metro design.
Google is good for referencing, not for learning how to program.