Declaring Variables in C
Variables are what make your programs zoom. Programming just can't get done without them. So if you haven't been introduced to variables yet, here you go. [more…]
Looking at the C Language
Each program must have a starting point. When you run a program, DOS sends it off on its way — like launching a ship. As its last dock-master duty, DOS hurls the microprocessor headlong into the program [more…]
Creating Source Code in C
When you create a program, you tell the computer what to do. Because the computer can't understand speech and because hitting it — no matter what emotional value that has for you — does little to the PC [more…]
Determining Types of Numbers in C
One of the frustrating aspects of the C programming language is the C Numeric Data Type Puzzle. Unlike in real life, where you can just pull any number out of the ethers and be joyously happy with it, [more…]













