Valhalla Legends Archive

Programming => General Programming => Topic started by: MoNksBaNe_Agahnim on April 27, 2003, 07:42 PM

Title: C++ compiler question
Post by: MoNksBaNe_Agahnim on April 27, 2003, 07:42 PM
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
Title: Re:C++ compiler question
Post by: K on April 27, 2003, 08:01 PM
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.
Title: Re:C++ compiler question
Post by: iago on April 27, 2003, 08:41 PM
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...