Free MS Compiler

J

John Carson

Given that there are occasionally discussions in this group about the
various compilers available, I trust that this is not off-topic and is of
some interest.

Microsoft has just released its new compiler (VC++ 8.0) and the low-end
version, known as Visual C++ Express, is available for free download for the
next year.

Visual C++ Express includes:
1. The latest MS C++ compiler and standard library.
2. An IDE with integrated debugger.
3. Other Microsoft specific-stuff I shouldn't mention.

It is missing the MFC and ATL libraries (which I also shouldn't mention) and
some other stuff.

FAQ:
http://msdn.microsoft.com/vstudio/express/support/faq/#vcpp


Download and other information:
http://msdn.microsoft.com/vstudio/express/visualc/
 
J

John Carson

brengarne said:
You can easilly download and install the PSDK which allows you to
build MFC applications.

Quite simple to set up and seems to work fine.

http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx

The Platform SDK does not and, to the best of my knowledge, never has
included the MFC library. It allows you to build Win32 applications but that
is not the same thing. MFC is basically a C++ wrapper around the Win32 API,
which is largely C-based. If you want that wrapper, you have to pay for it.
 

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