|
Home > Archive > Linux/Unix > September 2003 > flash from the past. I was a really good student!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
flash from the past. I was a really good student!
|
|
|
| last nite I went over boxes of books just so I know where things are and I came across this book
"your first c/c++ program" published in 1994!
now I vaguely remember the class and all.... but heh... what is scary is
1. the book is absolutely crisp! prestine... now... wtf was I doing? didn't even open the book? hmmmpf....
2. on the cover, it states "includes a FREE C Compiler on Disk - a savings of hundreds of dollars"!!! wheee... which is a shareware...how stupid is that.. but that's not the scary part... it comes distributed in 5.25 disk... ok... I actually have no computer that can read that other than the IBM XT sitting in my garage... circa 1984 or 85... and the packet is still SEALED...
I must've been a real screw up in college... I know I didn't study nearly as much as I should've... but heh... that's not the only book there in brand new condition... | |
| Papiya 2003-09-18, 8:09 am |
| #include <stdio.h>
int main(void) {
while (college == 'Y' || college == 'y')
party();
return (0); } |
|
|
|
|