Crash course in VC++?

D

DarkProgrammer

Anyone know of a good, quick, and, dirty tutorial for using Visual C++
to create windows apps? I'm taking a C++ programming course and I want
to turn in my next lab assignment as a windows app to impress the
professor. So far we have been using a command line compiler to get
the assignments done (boring!!)

Thanks for any help that you can give.
 
V

Victor Bazarov

DarkProgrammer said:
Anyone know of a good, quick, and, dirty tutorial for using Visual C++
to create windows apps? [..]

If any of that is available, 'microsoft.public.vc.language' would be
a much better place to ask about it. Just a thought...
 
J

Jonathan Mcdougall

DarkProgrammer said:
Anyone know of a good, quick, and, dirty tutorial for using Visual C++
to create windows apps? I'm taking a C++ programming course and I want
to turn in my next lab assignment as a windows app to impress the
professor. So far we have been using a command line compiler to get
the assignments done (boring!!)

C++ != Windows programming. If you are taking a (standard) C++
programming course, you are more likely to lose points if you use
non-standard facilities.

If you really want to master C++, learn to use its standard features
first. Then you'll be able to use that knowledge and work with 3rd
party libraries, such as the win32 api.


Jonathan
 
J

John McCabe

DarkProgrammer said:
Anyone know of a good, quick, and, dirty tutorial for using Visual C++
to create windows apps? I'm taking a C++ programming course and I want
to turn in my next lab assignment as a windows app to impress the
professor. So far we have been using a command line compiler to get
the assignments done (boring!!)

Thanks for any help that you can give.

If you already have Visual C++ available there are a number of
tutorials in the MSDN help libraries that come with it. Alternatively
you might find these on http://msdn.microsoft.com.

Hope this helps.

Good luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top