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
Business
Remove
Platform
MS-DOS
Remove
License
Any
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...
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...
You would need to create another thread only if you want a function to wake up at specific time intervals. And its the same with MS-dos -- you don't need the clock interrupts if all you want to do...
: I want to know how to put a timer like a game timer in my game made in c
: please give me a concrete example...
:
depends on the OS. If you are writing for MS-DOS 6.X, then you will have to...
: Right now in the C prg i am using File IO which i want to discard.
: To remove the File IO i have to malloc the memory to some variable but the memory to be malloc can change everytime we run the...