longtungd1 wrote:
> I'm currently taking a Visual C++ course. I have C++ version 6.0 on my
> machine.
[Nit picking]
Correction:
I have the Microsoft Visual C++ compiler, version 6.0, on my machine.
The compiler and language are two different objects. I use C++ on my
machine and have these compilers loaded:
Microsoft Visual C++
Borland C++ Builder
Arm Project Manager
GNU G++
There are other compilers than Microsoft's Visual C++.
> I set up a basic program per course instructions to simply create a
> window with
> default toolbar, etc., using App Wizard and ran build from the menu to
> create
> the .exe.
Sorry, but windowing uses platform specific functions that are not in
the _standard_ language. A very good idea is to ask in a microsoft
newsgroup. See the links in my signature.
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq:
http://www.parashift.com/c++-faq-lite
C Faq:
http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book