Hi,
I have VC++ 2005 Express Edition installed on my computer. The problem is that I need to program without using the .net framework. As I understand this is possible by choosing "WIN32 Console Application" type of project. However it is important for my needs that the program I would write in VC++ 2005, could be later compiled also on the older version 6.0 of VC++. Is there any way I can assure that, while using VC++ 2005
Thanks.

disabling .net features
Dotnetjunky
If you choose a Win32 Console Application then you won't, by default, be using any .NET features. But there is no way you can guarantee that your code will be compilable with the Visual C++ 6.0 compiler. There is a vast difference between the Visual C++ 6.0 compiler and the Visual C++ 2005 compiler - the later is much more conformant to the C++ Standard.