What was your first programming book?
The idea behind the question is, just to know from where you started learning (programming).. but not related to 'best/recommended/...etc programming books'.
|
3
|
What was your first programming book? The idea behind the question is, just to know from where you started learning (programming).. but not related to 'best/recommended/...etc programming books'. |
||||||||||||||||
|
|
|
This one which I bought from Tandy (Radio Shack to you Americans) although it's showing my age.
|
|||
|
|
C Programming Language (2nd Edition) |
|||
|
|
|
|
Oops! I forgot to mention its nick name |
|||
|
|
|
|
Well, not as young as some, and not as old as others, but mine were BASIC books for the old VIC20 we had! Was jealous of all those C64 and Amiga owners! The first real programming book was the C Programming Language, oh and the Sendmail Bible by Oreilly, took a while to figure out the talk like Modem Code! |
|||
|
|
|
|
Thinking in C++ (Bruce Eckel) It can be viewd online! http://www.mindview.net/Books |
|||
|
|
|
|
As I remember, I used Mastering Visual Basic 6 |
|||
|
|
|
|
CLRS, it was the first book for a class that one actually needed to read. All the academic programming hardcovers they made us buy were far inferior to Google and Wikipedia. In fact many of the wikipedia articles on algorithms are lifted directly from the book. |
|||
|
|
|
|
Borland Turbo C++ 3.0 Users Manual and C++ Reference. |
|||
|
|
|
|
It's not exactly a programming book, but my first book about computers was a Russian book for children called "Энциклопедия профессора Фортрана" ("Encyclopedia of Professor Fortran"). It was a wonderfully drawn guide to all the things that make a computer tick.
The scans of the book can be viewed here (Russian, obviously). I'd say that my first real technical book in that regard was "the ugly pink shirt the guy wears on the cover":
|
|||
|
|
|
|||
|
|
|
|
The original manual for the ZX Spectrum 128k +2 was the first "programming book" that I owned... circa 1989, thankfully my Scalectrix broke that Christmas and I ended up with my first computer...
It taught me my first Basic program:
plus a whole bunch of other things. It was a slippery slope from there... |
|||
|
|
|
|
Don't know if you'd call it a programming book (but it did cover basic JavaSript) was Paul McFedrie's CIG to HTML 4 when I was 15 or so. My first actual programming book was CIG to VB6. I think I was 16 or 17. Ahh, the old days. |
|||
|
|
|
|
Piensa en Java (Think in Java, Java course in high school with 16 years old) |
|||
|
|
"A Programming Language" by Ken Iverson. Hey, what did I know? |
|||
|
|
|
|||
|
|
|
|
Dietel - C++ How to Program 5th Edition with Source Codes Cool Book for beginners... :D |
|||
|
|
|
|
ravichandran for c++ also i used to read kanetkar of c++ |
|||
|
|
|
|
Beginning PHP4 by Wrox. It was an awesome book. |
|||
|
|
|
|
Read it when I was 8, and it made perfect sense. Great Book. |
|||
|
|
|
|
Mastering Delphi 3 :) |
|||
|
|
|
|
Getting Started With TRS-80 BASIC
I distinctly remember a piece of sample code:
which had a cartoon of the friendly Model I seen on the cover, with dynamite and a detonator box, ready to blow himself up as soon as you typed |
|||
|
|
|
|
PHP and MySQL for Dynamic Websites by Larry Ulman |
|||
|
|
|
|
Turbo Pascal: The Complete Reference. |
|||
|
|
|
|
|
|||
|
|
|
|
Teach Yourself JavaScript in 24 Hours by Michael Moncur... I never thought it would lead to all this - I just wanted to put a lame animation on an intranet like most people who decide to learn JavaScript! |
|||
|
|
|
|
That was the first computer book I owned about 14 years ago. The first programming book |
|||
|
|
|
|
Some textbook about Watfor and Watfiv (i.e. Waterloo Fortran). But that just taught me syntax. What really flipped the bit was a Radio Shack book by Forrest Mims that explained how a computer actually worked. |
|||
|
|
|
|
Disney's Computer Fun (or Mikronikkari in Finland) was my first programming book, when not counting manual that came with Commodore 64.
It tried to teach some basic concepts of programming and BASIC language. But it mainly just gave me headache and made me feel indadequate, because all those really cool programs (like one that drawed crude face of Mickey Mouse) required Simon's BASIC or some other computer than C-64. Luckily programs were so simple, that I mostly managed to convert them to C-64's limited BASIC dialect. But to my disappointment, those programs didn't do anything cool. However that book might have teached me something more valuable than some language syntax. For example about importance of code quality and that Tron is a lousy programmer:
From page about spotting syntax errors. |
|||
|
|
|
|
First serious book was Deitel "How to program on C++" |
|||