C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Application
Any
Platform
MS-DOS
Remove
License
Any
I want to add a comment that the user can see on the screen when they go into the Restore submenu.
The message will be Warning user profile will be overwritten.
I underlined the comment in bold I...
: I want to convert the ms-dos command 'move' into c . Could you help
: me?
Win32 API MoveFile()? ;-)
I want to convert the ms-dos command 'move' into c . Could you help me?
well, have a look at my reply to strober about new nano-technologies.
New concepts will necessary have to be considered.
Well, discussion is open!!
Angeltpp
: : : Hi!
: : :
: : : Let's...
This message was edited by stober at 2006-3-5 16:56:5
: nah, way back when, people wrote their own OS's all the time.
I doubt it. computers in those times took up several stories of a building...
: : Hi!
: :
: : Let's say that we have a hardware based on x86 for example but nothing else.
: :
: : Then how to start?
: :
: : how to implement a compiler, a text editor.....?
: :
:...
: This message was edited by stober at 2005-10-15 5:50:50
: : Hello
: :
: : I'm reading from a file steam with visual c++ 6.
: : I have declared the struct:
: :
: : typedef struct {
: :...
This message was edited by stober at 2005-10-15 5:50:50
: Hello
:
: I'm reading from a file steam with visual c++ 6.
: I have declared the struct:
:
: typedef struct {
: unsigned...
: Has anybody tried using setjmp and longjmp in their codes..I am trying to use them. I am aware that they are not very much preferred except for exceptional situations...Has anyone had experience...
: : : : : I have a MS-DOS computer that I would like to put a C compiler on. I heard about a compiler called QC that I would be able to use, however I cannot find it anywere. If anyone could tell me...
: : : : I have a MS-DOS computer that I would like to put a C compiler on. I heard about a compiler called QC that I would be able to use, however I cannot find it anywere. If anyone could tell me...
This message was edited by Vilanye at 2005-7-13 15:5:15
This message was edited by Vilanye at 2005-7-13 15:1:3
: : : I have a MS-DOS computer that I would like to put a C compiler on. I heard...
: : I have a MS-DOS computer that I would like to put a C compiler on. I heard about a compiler called QC that I would be able to use, however I cannot find it anywere. If anyone could tell me where...
: I have a MS-DOS computer that I would like to put a C compiler on. I heard about a compiler called QC that I would be able to use, however I cannot find it anywere. If anyone could tell me where I...
I have a MS-DOS computer that I would like to put a C compiler on. I heard about a compiler called QC that I would be able to use, however I cannot find it anywere. If anyone could tell me where I...
ren myfile.exe myfile.aaa
3. to do that with c program
rename("myfile.exe","myfile.aaa");
There are several other ways too.
what compiler are you using? If you are using Turbo C or some other 16-bit compiler for MS-DOS than try using the large memory model. If you are already doing that, then switch to a 32-bit compiler...
Standard C and C++ libraries do not support operating system dependent functions. For that you have to use libraries that were developed by the compiler manufacturers or operating system API...
Processor: AMD ( Semipron 2800+ )? 2.00 Ghz
OS: MS-Dos
First Question:
Does the rdtsc instruction count cycles like the cycles given in
Apendix D of Art of Asemmbly? If not, how...
: Does C have a locate function like the LOCATE command in QBasic? If so, what is it?
:
short answer -- no. A little longer answer -- depends on the operating system and the compiler. Turbo C...