Hey,
I am somewhat new to programmiing, know the basics i guess...but was wondering, does MS's C++.Net compiler allow you to program in windows/dos as well? or does it just allow .Net programming?thanks
You have the option of a Managed Application (.NET) or a standard Win32 Application. You can create programs that run in a console environment, but these are not DOS programs.
To have a real dos program you'll probably have to get a 16-bit compiler, or even a dos-based compiler.
But I'm pretty sure he means console...