MS-DOS
MS-DOS is an operating system commercialized by Microsoft. It was the most commonly used member of the DOS family of operating systems and was the dominant operating system for computers during the 1980s.
Application
Computer Science
Remove
Language
License
Any
Hello,
Any way I can get a little help here? Getting the following errors when trying to compile my CPP file for DOS:
cd C:\WATCOM
wmake -f C:\WATCOM\PPID_Update.mk -h -e -a...
Thanks for the information. Will I be able to run the Watcom DOS program from within Windows? I don't have a DOS box to install it onto.
: I tried the h extension. I got the same message.
:
:
I suppose the next thing I'd look at is that the path statement and the actual location of the files match exactly and that the semicolon...
Hi, I have a problem running Turbo C++, I got an error message every time I try to open it: "The system file it is no apropriate to execute aplications MS-DOS and Windows", I want to know why this is...
: : : Hello,
: : :
: : : How do I check for the existence of a directory
: : : on a Linux system from a C++ program?
: : :
: : : Thanks.
: : :
: :
: : did you try opendir() or stat()?
:...
: : Hello,
: :
: : How do I check for the existence of a directory
: : on a Linux system from a C++ program?
: :
: : Thanks.
: :
:
: did you try opendir() or stat()?
:
BTY: No, --...
: It doesn't really HAVE to be the address 0x265dda4. It could be anything. My point is, is there any way that C++ can write to a specific address? Arigato.
:
:
Can't do it with any 32-bit...
hi everyone
could neone please tell me how can i design an MS-DOS emmulator using C++ ONLY. i want the emmulator to perform functions like accessing a file on the hdd, changing it, deleting it n all...
Hello,
I would really like to make games, I have a lot of practice in C, C++ (for MS-DOS and Windows) programming and now I want to move on DirectX, but I do not know where to begin! Could anyone...
This message was edited by stober at 2004-3-9 7:30:6
: I don't fully understand this. My old C++ textbook said that an array name was in fact a constant pointer to the first element of the array. I...
Hello fellaz.
I wrote a c++ program under win32 Console mode. I tried to call it via
the (autoexec.bat), it prompted that it can't be run under MS-DOS mode.
why? how can I write a non-gui software...
: I am using the free distribution version of Borland C++ 5.5 Command Line tools, but having problems opening the bcc32 file in MS-DOS(I think im having a problem with MS-DOS itself). When I go to...
I am using the free distribution version of Borland C++ 5.5 Command Line tools, but having problems opening the bcc32 file in MS-DOS(I think im having a problem with MS-DOS itself). When I go to open...
: The easiest way for you to add graphics would probably be to use the Windows GDI functions. Are you using Windows or console?
: -Sirin
:
:
the programmer that did the first part for me used...
: I am building a program that requires a MS-DOS batch file to run. What line of code would i have to input to get my program to recognize the batch file and run it?
:...
I am building a program that requires a MS-DOS batch file to run. What line of code would i have to input to get my program to recognize the batch file and run it?...
When I use cin to input an interger value and accidently hit a numeric number it
seems not to want to enter cin ever again.
I am using C++ buillder 4 (standard)
this is for a class and am just...
: So, does anyone know where to get a C++ compiler that runs in straight MS-DOS mode or just plain old MS-DOS??
Get you self a copy of an old compiler made for DOS. You'll probably have to...