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.
Forum Post

Re: C from the Harware....next step?

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...
Forum Post

Re: wrong size of strcut

: 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 { : :...
Forum Post

Re: wrong size of strcut

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...
Forum Post

Re: How do you do that.

ren myfile.exe myfile.aaa 3. to do that with c program rename("myfile.exe","myfile.aaa"); There are several other ways too.
Forum Post

Re: LOCATE command

: 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...
Forum Post

Re: How would I write to an address?

: 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...
Forum Post

Re: C code for C51

: How to you write C code that will be used for C51 micro dallas 80c320. If there are LED connected on Port0 and you want to turn them on in any manner, one by one or any siquence. The compiler that...
Forum Post

C code for C51

How to you write C code that will be used for C51 micro dallas 80c320. If there are LED connected on Port0 and you want to turn them on in any manner, one by one or any siquence. The compiler that i...
Forum Post

Re: fopen in c

: hi! Can anybody help me on accessing files using fopen in c. : I always get different problems like getting null char even if file exist,getting spaces when i read the file.what is handle ? how it...
Forum Post

Re: can i compile a C++ file into .bin?

: Is it possible? : not with any normal c or c++ compiler for either unix, MS-DOS or Windows. If you just want a .bin extension, just rename it. But then it won't execute under any of the...
Forum Post

Re: Putting Time in C

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...
Forum Post

Re: Putting Time in C

: 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...
Forum Post

Re: Help with WIN32 protected mode & use of interrupts ..

This message was edited by stober at 2003-2-28 5:16:10 : Thanks greatly for that revalation ! But in a way i'm a bit disappointed in win32, cuz how can i do with ease all those beautiful fnc's like...
Forum Post

Re: Clearing The Screen

: What should I type in C to clear text the screen from text(in MS-DOS programs). : Some compilers come with a function called "clrscr" which I belive is in the header conio.h or whatever it's new...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.