Author | Message | Time |
---|---|---|
MoNksBaNe_Agahnim | 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 | April 28, 2003, 12:42 AM |
K | 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. | April 28, 2003, 1:01 AM |
iago | 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... | April 28, 2003, 1:41 AM |