Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: cefx on May 28, 2004, 02:34 AM

Title: The C++ Programming Language by Bjarne Stroustrup
Post by: cefx on May 28, 2004, 02:34 AM
Howdy,

Has anyone bought/read/used this book?

Opinions/comments welcomed.
I'm on a mission.

Peace.
Title: Re:The C++ Programming Language by Bjarne Stroustrup
Post by: Eibro on May 28, 2004, 05:40 AM
Quote from: cefx on May 28, 2004, 02:34 AM
Howdy,

Has anyone bought/read/used this book?

Opinions/comments welcomed.
I'm on a mission.

Peace.
I've read bits and pieces. IMO, it's a very difficult read compared to other books. I wouldn't recommend starting here, there are better books for a beginner.
Title: Re:The C++ Programming Language by Bjarne Stroustrup
Post by: Adron on May 28, 2004, 11:15 AM
It's a great book though. For all the competent readers out there, it's just what you need!
Title: Re:The C++ Programming Language by Bjarne Stroustrup
Post by: Grok on May 28, 2004, 11:39 PM
The book is a concise explanation of the language, including the design considerations for the features.  The author goes into minor detail about the tradeoffs made when developing and evolving C++ from the days of "C with Classes" until its later versions.

If you have a structured mind, and like reading technical texts which build logically on previous concepts, you will greatly enjoy this book.
Title: Re:The C++ Programming Language by Bjarne Stroustrup
Post by: Tuberload on May 29, 2004, 03:41 PM
Quote from: Grok on May 28, 2004, 11:39 PM
The book is a concise explanation of the language, including the design considerations for the features.  The author goes into minor detail about the tradeoffs made when developing and evolving C++ from the days of "C with Classes" until its later versions.

If you have a structured mind, and like reading technical texts which build logically on previous concepts, you will greatly enjoy this book.

Ah the best review yet! I will be buying this book as soon as I build up my desire to venture into C++. ;D
Title: Re:The C++ Programming Language by Bjarne Stroustrup
Post by: cefx- on May 30, 2004, 12:54 AM
I don't have any programming background...so of course I'm not *starting* with that book.

I'm reading through the tutorial on cplusplus.com.  It's brief, but it outlines a lot of stuff.  But what do I know? lol.

Anyways, the book should be coming in a week or two..plenty of time to buy a computer, set up *nix (Screw Windows.  Heh.) and finish with cplusplus.com
Title: Re:The C++ Programming Language by Bjarne Stroustrup
Post by: Fire on June 02, 2004, 01:43 AM
It's an excellent reference for you to use.
Title: Re:The C++ Programming Language by Bjarne Stroustrup
Post by: Mephisto on June 09, 2004, 02:58 AM
Note: Beginners should not use this book.  Before purchasing familiarize yourself with basic C and C++ at http://www.cprogramming.com or other tutorials.  I read through it at a local bookstore recently and found that it expected you to know some of the basics and vaguely went over some of them...
Title: Update: The C++ Programming Language by Bjarne Stroustrup
Post by: cefx- on June 09, 2004, 12:36 PM
Update:
The local store didn't have the book in stock, so I ended up ordering The C Programming Language by Kernigan and Ritchie

How the tides turn, heh.  I think I'd rather C, learn that for a year or two, then venture to C++...(further down the road: Assemble?! I wish..)

On a lesser, and virtually unimportant note:
Mephisto,

Woah!  That's so incredibly observant of you!
Please read Grok and Adron's post.
Thank you.

Cheers.
Title: Re:Update: The C++ Programming Language by Bjarne Stroustrup
Post by: iago on June 09, 2004, 01:02 PM
Quote from: cefx- on June 09, 2004, 12:36 PM
Update:
The local store didn't have the book in stock, so I ended up ordering The C Programming Language by Kernigan and Ritchie

I keep that book by my computer, although I don't really use it anymore.  Definately a good book, though, since they invented the language :)
Title: Re:The C++ Programming Language by Bjarne Stroustrup
Post by: Grok on June 09, 2004, 03:57 PM
Quote from: Mephisto on June 09, 2004, 02:58 AM
Note: Beginners should not use this book.  Before purchasing familiarize yourself with basic C and C++ at http://www.cprogramming.com or other tutorials.  I read through it at a local bookstore recently and found that it expected you to know some of the basics and vaguely went over some of them...

Where did you find it to be vague?  I thought it was incrementally educational.  Not once did I find a section that introduced new material that would not be explained until later, unless it referenced that later section.
Title: Re:The C++ Programming Language by Bjarne Stroustrup
Post by: Arta on June 09, 2004, 05:42 PM
I think it's a great book, I'd recommend it.