Hey, I am currently reading "Accelerated C++" (Page 100, not far) and I'm starting to get a bit confused...
In console application mode for VC++ (MSVC), the code in the book works fine and everything is fine and dandy. The code looks the same as the book and it's not confusing at all...
But recently, I just tried (for fun) looking at a forms application to play around with it. I placed a button, pressed it and went to the --on click-- event... I couldn't do anything... I tried looking around at the code it made, I didn't even understand one line X_X. I'm all cool with finishing the book etc and starting up with console apps, but will what I'm learning really prepare/help me for what VC++ has as far as form apps go? I didn't even know where to put the #include directives or how to show a messagebox and there was no std commands in sight X_X.
An even better question... Will I need to read a whole new book to actually learn how to use VC++? I would use tutorials, but they are all for a diff version and 99% of them are for version 6 which is way different from VC2008.
-- Just a question because it all seems so odd to me X_X.