how to learn visual C++ programming??
This is a discussion on how to learn visual C++ programming?? within the C++ Programming forums, part of the General Programming Boards category; how to learn visual C++ programming??...
how to learn visual C++ programming??
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Visual C++ is an IDE (Intergrated Development
Environment). an IDE is created to save precious
time by having a built-in editor and a compiler,
if you want to learn how to program an Ide. its
non-sense, you should instead learn what that
Ide is about. Visual C++ is an IDE for C++ (for
the most part, its also for C) so you must learn
C++ to be able to program it. got it?