Thread: dude
View Single Post
  #2 (permalink)  
Old October 10th, 2004, 06:09 PM
davekw7x davekw7x is offline
Authorized User
 
Join Date: Feb 2004
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Visual C++ is a microsoft product that includes an IDE (Integrated Development Environment). Lots of "Wizards" to help create Windows programs with easy what-you-see-is-what-you-get development of dialogue boxes, etc. It's part of what Microsoft calls its Visual Studio (includes lots of stuff in addition to C++).

If he is using Visual C++ in a college class, that means that they gave him access to the Microsoft tools.


Somewhere down at the bottom of all of the Windows Applications Interface (API) functions is a real C++ compiler. If you don't have Visual C++, then lots of the stuff in the Visual C++ book won't be useful to you.



Regards,

Dave
Reply With Quote