O'Reilly Forums: Head First C++ - O'Reilly Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Head First C++

#1 User is offline   thebog 

  • Active Member
  • PipPip
  • Group: Members
  • Posts: 14
  • Joined: 30-December 08

Posted 30 December 2008 - 11:37 AM

Hi! I'm soon going to buy your JavaScript book, making it my first Head First book. I'm very excited about it, because every review I read recommends this way of learning to me: I can't get a thing from most of the books who go too deep into the language, I enjoy exercices a lot, and I'm making the move from HTML and CSS to JavaScript.

But what I'd really like to see and what I'd definitely pay a lot of money for is a Head First C++. Think about it: C++ is a widely-used programming language in universities, applications, or even competitions. So I'd say there are a lot of people who would benefit from such a book. Not to mention that O'Reilly has an awesome unjustified lack of material when it comes to C++. Most of the books are poorly written, have outdated code, and all that stuff.

Moreover, the most important thing in learning something is getting the basics of that something, and this is what a Head First is the best at: teaching you the basics in a manner that will make you learn, understand what you're learning, and want to learn even more, when you've got to the other cover of the book. This is what makes the Head First series one of the best series in the industry of computer programming: covering the basics in the best manner, so that further, more advanced refference books on that topic are easier to digest.

Also, I hope you're not going to consider this as being rude, but in my opinion, a book on C# is a waste of time. Why? Because C# is a platform-dependend language, while C++ is widelier-used, cross-platform, etc...

So... when?!? The guys at Head First should just read some of the opinions out there: most of their progrmamming books have many comments begging for a book on C++, the forums all full of people yelling for a HFCPP, and if you search for "Head First C++" on Google, the results don't hold back from popping-up.

Please, everyone who loves the HF series, let's gather as many posts as possible, and let's keep this thread on the top of the list. Maybe one day soon...
0

#2 User is offline   tudorie09 

  • New Member
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 31-December 08

Posted 31 December 2008 - 06:16 AM

I want this book to be published.Very much.smile.gif biggrin.gif
0

#3 User is offline   shred22 

  • Active Member
  • PipPip
  • Group: Members
  • Posts: 28
  • Joined: 28-October 08

Posted 02 January 2009 - 05:39 AM

(thebog)
Hi! I'm soon going to buy your JavaScript book, making it my first Head First book. I'm very excited about it, because every review I read recommends this way of learning to me: I can't get a thing from most of the books who go too deep into the language, I enjoy exercices a lot, and I'm making the move from HTML and CSS to JavaScript.

But what I'd really like to see and what I'd definitely pay a lot of money for is a Head First C++. Think about it: C++ is a widely-used programming language in universities, applications, or even competitions. So I'd say there are a lot of people who would benefit from such a book. Not to mention that O'Reilly has an awesome unjustified lack of material when it comes to C++. Most of the books are poorly written, have outdated code, and all that stuff.

Moreover, the most important thing in learning something is getting the basics of that something, and this is what a Head First is the best at: teaching you the basics in a manner that will make you learn, understand what you're learning, and want to learn even more, when you've got to the other cover of the book. This is what makes the Head First series one of the best series in the industry of computer programming: covering the basics in the best manner, so that further, more advanced refference books on that topic are easier to digest.

Also, I hope you're not going to consider this as being rude, but in my opinion, a book on C# is a waste of time. Why? Because C# is a platform-dependend language, while C++ is widelier-used, cross-platform, etc...

So... when?!? The guys at Head First should just read some of the opinions out there: most of their progrmamming books have many comments begging for a book on C++, the forums all full of people yelling for a HFCPP, and if you search for "Head First C++" on Google, the results don't hold back from popping-up.

Please, everyone who loves the HF series, let's gather as many posts as possible, and let's keep this thread on the top of the list. Maybe one day soon...


I agree with your above statement completely. This is what I enjoy most about the HF series. They are a great primer to more advanced books on the subject matter.
0

#4 User is offline   Markry 

  • New Member
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 02-January 09

Posted 02 January 2009 - 08:27 AM

Such a book is heaven for the C++ classes we take at school
0

#5 User is offline   zambech 

  • New Member
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 02-January 09

Posted 12 January 2009 - 10:16 AM

Please, please say that you are going to start writing this book ASAP!!
0

#6 User is offline   Foxandxss 

  • New Member
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 18-January 09

Posted 18 January 2009 - 04:02 AM

(thebog)
Also, I hope you're not going to consider this as being rude, but in my opinion, a book on C# is a waste of time. Why? Because C# is a platform-dependend language, while C++ is widelier-used, cross-platform, etc...


That's not true.

C# is a Open Source language that works on Linux, Mac, Solaris, Windows...

Is true that HFC# use Windows for the examples using UI (WinForms), but you can use these knowledge in Linux or other SO (using Mono)


Anyway, I'll love a C++ book too, better if is bigger, 2000 pages or something biggrin.gif


See you.
0

#7 User is offline   thebog 

  • Active Member
  • PipPip
  • Group: Members
  • Posts: 14
  • Joined: 30-December 08

Posted 18 January 2009 - 11:44 AM

Of course you can write code everywhere, but isn't C# part of the .NET framework?
0

#8 User is offline   Foxandxss 

  • New Member
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 18-January 09

Posted 18 January 2009 - 03:04 PM

Well, C# was designed for .NET, but C# is a Standard language (ECMA: http://www.ecma-inte....s/Ecma-334.htm)

Anyway, Mono is a Open Source implementantion of .NET and they use C# too and you can use Mono everywhere.
0

#9 User is offline   thebog 

  • Active Member
  • PipPip
  • Group: Members
  • Posts: 14
  • Joined: 30-December 08

Posted 19 January 2009 - 12:20 PM

Ok, then! I apologize for the lack of information.
0

#10 User is offline   vi3.game.hkr 

  • New Member
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 12-February 09

Posted 21 February 2009 - 11:23 AM

I would like to say that I have read multiple C++ books, designed to teach you from absolute n00b to start to understand some things, the Head First C# book (the only Head First book I've looked into yet) was able to get me into the book a lot easier than any C++ book I've ever read. I definitely think a Head First C++ book would be GREAT addition to the series!!
0

#11 Guest_23.12.2012_*

  • Group: Guests

Posted 03 June 2009 - 06:18 AM

Hi, there! I see that the Head First guys are starting to reply to certain topics, so I'd like to hear an opinion from one of you. Is this kind of book ever going to be published? Thank you in advance!
0

#12 User is offline   sojuman 

  • New Member
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 24-July 07

Posted 12 August 2009 - 11:56 AM

While waiting for HFC++, you can check out the free C++/C# videos from 3dbuzz dot com. I like learning by videos and visual books like HF series, so 3dbuzz helped a lot. Just scroll down in their "Video Category" window untill you see C++.

They have a lot of free content. Just wanted to pass along my find.
0

#13 User is offline   eqdiff 

  • New Member
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 17-October 09

Posted 17 October 2009 - 12:58 AM

I'd like to buy Head First C/C++/UNIX. It's a promise.
0

#14 User is offline   prasad_30608 

  • New Member
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 20-April 11

Posted 20 April 2011 - 04:25 AM

I would like to add Head First C++ as my 7th book from the series. (I have read 5 of them till now). Am eeeeeeeeagerly waiting for this book

This post has been edited by prasad_30608: 20 April 2011 - 04:27 AM

0

#15 User is offline   John_O_32999 

  • New Member
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 25-May 11

Posted 29 May 2011 - 02:42 AM

Yes please! I'd love a head first c++ book!
0

#16 User is offline   dave_bilson 

  • New Member
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 21-July 09

Posted 23 August 2011 - 12:47 PM

I have read on amazon.co.uk that Head First are bringing out "Head First C", which suprised me as I thought the most likely title would be "Head First C++".

Ignore my ignorance, as I am new to programming, but isn't C++ a superset of C (with the addition of objects (OOP))?

Will the "Head First C" book also cover C++, or will that be saved later for a later book?
0

#17 User is offline   jwenting 

  • New Member
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 28-September 11

Posted 28 September 2011 - 11:56 PM

View Postdave_bilson, on 23 August 2011 - 12:47 PM, said:

Ignore my ignorance, as I am new to programming, but isn't C++ a superset of C (with the addition of objects (OOP))?


No, C++ is not a superset of C. While it was designed based on the C syntax and many compilers will also compile C, C++ itself deprecates many C structures and programming paradigms.
As such, most C will be valid C++, but a lot of C++ (even if using exclusively things found in C) may not be valid C or produce results when compiled as C that are different from what would be produced when compiled as C++.
0

#18 User is offline   M.Hoes 

  • New Member
  • Pip
  • Group: Members
  • Posts: 8
  • Joined: 21-December 12

Posted 31 December 2012 - 04:20 AM

Yes, I would really like to see a Head First C++ book as well !
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users