vote up 3 vote down star
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'.

flag
7  
Such questions should be marked as community wiki – Dheer May 7 at 5:00
1  
Probably need to make this community wiki, or it will most likely get closed. – Andy White May 7 at 5:00
3  
Community wiki bullying is lame. Posting interesting content that draws new members and entertains is extremely valuable. It increases membership and participation. – e5 May 7 at 5:12
1  
It'll automatically turn into one with another 15 odd responses... with everyone pitching in. The question however seems like discussion-bait to me. – Gishu May 7 at 6:12
show 1 more comment

48 Answers

1 2 next
vote up 6 vote down check

This one which I bought from Tandy (Radio Shack to you Americans) although it's showing my age.

alt text

link|flag
show 3 more comments
vote up 3 vote down

C Programming Language (2nd Edition)

link|flag
vote up 1 vote down

K&R C

Oops! I forgot to mention its nick name the white bible

link|flag
vote up 0 vote down

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!

link|flag
vote up 0 vote down

Thinking in C++ (Bruce Eckel) It can be viewd online! http://www.mindview.net/Books

link|flag
vote up 0 vote down

As I remember, I used Mastering Visual Basic 6

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

Borland Turbo C++ 3.0 Users Manual and C++ Reference.

link|flag
vote up 2 vote down

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.

alt text

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":

alt text

link|flag
show 3 more comments
vote up 2 vote down

Algorithms and Data Structures

link|flag
vote up 2 vote down

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

alt text

It taught me my first Basic program:

10 CIRCLE 100, 100, 10

plus a whole bunch of other things. It was a slippery slope from there...

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

Think in Java

Piensa en Java (Think in Java, Java course in high school with 16 years old)

link|flag
show 1 more comment
vote up 0 vote down

"A Programming Language" by Ken Iverson. Hey, what did I know?

link|flag
show 1 more comment
vote up 0 vote down

The Apple 2 RED BOOK

Sweet16!!

f666g

sta c030

link|flag
vote up 0 vote down

Dietel - C++ How to Program 5th Edition with Source Codes Cool Book for beginners... :D

link|flag
vote up 1 vote down

ravichandran for c++

also i used to read kanetkar of c++

link|flag
vote up 0 vote down

Beginning PHP4 by Wrox. It was an awesome book.

link|flag
vote up 0 vote down

Read it when I was 8, and it made perfect sense. Great Book.

link|flag
vote up 2 vote down

Mastering Delphi 3 :)

link|flag
vote up 1 vote down

Getting Started With TRS-80 BASIC Getting Started With TRS-80 BASIC

I distinctly remember a piece of sample code:

10 NEW

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 RUN.

link|flag
vote up 0 vote down

PHP and MySQL for Dynamic Websites by Larry Ulman

link|flag
vote up 1 vote down

Turbo Pascal: The Complete Reference.

link|flag
vote up 0 vote down

link|flag
vote up 0 vote down

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!

link|flag
vote up 0 vote down

alt text

That was the first computer book I owned about 14 years ago. The first programming book
I ever used was an old BASIC game programming book from the school library when I was about 8. Damned if I remember what it was called though...

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

Disney's Computer Fun (or Mikronikkari in Finland) was my first programming book, when not counting manual that came with Commodore 64.

alt text

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:

alt text

From page about spotting syntax errors.

link|flag
vote up 2 vote down

First serious book was Deitel "How to program on C++"

link|flag
show 1 more comment
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.