Preview my page for the book
Moderator: Moderators
-
JackFrost22
- Sir Posts-alot
- Posts: 4186
- Joined: Fri Jun 04, 2004 4:10 pm
Code: Select all
#include <stdio.h>
#define SIX 1 + 5
#define NINE 8 + 1
int main(void)
{
printf( "What you get if you multiply six by nine: %d\n", SIX * NINE );
return 0;
}-
gannon
- Moderator
- Posts: 6974
- Joined: Sun Apr 04, 2004 4:48 pm
- Location: Near that one big lake
- Contact:
what a coincidence!

Although that post was from 3 months agogannon wrote:I like this explanation of it![]()
Code: Select all
#include <stdio.h> #define SIX 1 + 5 #define NINE 8 + 1 int main(void) { printf( "What you get if you multiply six by nine: %d\n", SIX * NINE ); return 0; }
Anyway, the project materials page is up. I like the look of it...
http://benheck.com/book/Project_Materials_Online.htm
http://benheck.com/book/Project_Materials_Online.htm