| Author |
Message |
|
Asphalt
|
Post subject: C++ Helpful Books Posted: Fri May 18, 2012 9:39 pm |
|
Joined: Fri Dec 23, 2011 6:39 pm Posts: 1307 Location: New England, USA
Languages: C++, Java, Learning C & Python
Text editor: Eclipse, Sublime Text 2, Python IDLE
|
EDIT: Thank you cokacola for stickying this. Here are some helpful books in various C++ categories. EDIT 9/16/12 - Why have I not been updating? Because I'm a fat 80 pound 13 year old with no life. I'll try updating more often. C++ BASICSC++ Primer Plus - http://www.amazon.com/Primer-Plus-Editi ... 0321776402Albeit the repetitive title, this is arguably the best book for C++ beginners - and programmer beginners in general. C++ in Easy Steps - http://www.amazon.com/Programming-Easy- ... 66-4332319Haven't read it, but a more well thought out color book for people with no programming experience. C++ in 21 Days - http://www.amazon.com/Sams-Teach-Yourse ... pd_sim_b_4A good tutorial that quickly covers the high points of C++ - Reccomended if you only have to use minimal amounts of the language, or need to use a lot of STL, because the book has around 400 pages on those libraries. C++ REFERENCEC++ in a Nutshell - http://www.amazon.com/C-Nutshell-Ray-Li ... 059600298XA library and reference tutorial GUI API'sQt - A simple cross platform GUI API, my personal reccomendation for making GUIs. Here is the most up to date book. http://www.amazon.com/Advanced-Qt-Progr ... 591&sr=1-1GTK+ - Another simple cross platform GUI API, although not many books are published on it. http://www.amazon.com/Foundations-Devel ... 726&sr=1-1Win32 - An old API, rumored to be deprecated by .NET programming. Complex syntax, recommended only for experienced programmers and people selfish enough to make single platform GUIs(lol, I use Ubuntu). http://www.amazon.com/Windows-Programmi ... 785&sr=1-1Game ProgrammingOpenGL - Most common 3D API. The super bible for super programmers. http://www.amazon.com/OpenGL-SuperBible ... 902&sr=1-2SDL - Another Popular API, I think it can be used for either 2D and 3D, but not entirely sure. http://www.amazon.com/Focus-On-SDL-Game ... 977&sr=1-1Panda3D - A good open sauce Game Engine. http://www.amazon.com/Panda3D-1-7-Game- ... 094&sr=1-1I WILL UPDATE THIS THROUGH YOUR REQUESTS!!
Last edited by Asphalt on Sun Sep 16, 2012 4:35 pm, edited 3 times in total.
|
|
 |
|
 |
|
MadDawg
|
Post subject: Re: C++ Helpful Books Posted: Fri May 18, 2012 11:47 pm |
|
Joined: Mon Jun 21, 2010 12:34 pm Posts: 780 Location: /home/maddawg
Languages: C++, some C, some LaTeX, some HTML
Text editor: Notepad++, Vim
|
|
 |
|
 |
|
Asphalt
|
Post subject: Re: C++ Helpful Books Posted: Sat May 19, 2012 6:41 am |
|
Joined: Fri Dec 23, 2011 6:39 pm Posts: 1307 Location: New England, USA
Languages: C++, Java, Learning C & Python
Text editor: Eclipse, Sublime Text 2, Python IDLE
|
|
Great, I'll add a reference section.
|
|
 |
|
 |
|
cyanboy
|
Post subject: Re: C++ Helpful Books Posted: Mon May 21, 2012 7:01 am |
|
Joined: Sat May 28, 2011 12:27 pm Posts: 826 Location: Scandinavia
Languages: C/C++, Python, PHP, Java
Text editor: vim
|
|
Good initiative iris! Keep up this work! but you have forgotten C++ the programming language by C++'s creator Bjarne Stroustrup
_________________ I'm not slacking off, my code's compiling!
|
|
 |
|
 |
|
nicsmotherman
|
Post subject: Re: C++ Helpful Books Posted: Mon May 21, 2012 9:21 am |
|
 |
| Rookie |
 |
|
|
Joined: Tue Jan 31, 2012 4:19 am Posts: 11 Location: Ahmedabad
Languages: objective c, Java
Text editor: Rich
|
|
Hi
Thanks for Consideration about C++
|
|
 |
|
 |
|
Moth
|
Post subject: Re: C++ Helpful Books Posted: Tue May 22, 2012 3:34 pm |
|
 |
| n00b |
 |
|
|
Joined: Mon May 21, 2012 9:03 pm Posts: 1
Languages: C++
Text editor: Notepad++
|
|
Ok, wow. Congrats on getting this list,
_________________ Well I am so sorry for trying to help, i'm leaving this lq forum. Back to the hack forums, a hq forum that has a good staff.
|
|
 |
|
 |
|
Asphalt
|
Post subject: Re: C++ Helpful Books Posted: Sat May 26, 2012 9:33 am |
|
Joined: Fri Dec 23, 2011 6:39 pm Posts: 1307 Location: New England, USA
Languages: C++, Java, Learning C & Python
Text editor: Eclipse, Sublime Text 2, Python IDLE
|
cyanboy wrote: Good initiative iris! Keep up this work! but you have forgotten C++ the programming language by C++'s creator Bjarne Stroustrup Eh, I would add it, but now it is fairly outdated. What, 30 years old? The syntax has changed a lot, also, the recent K&R book has a lot of faulty code, for C users.
|
|
 |
|
 |
|
MadDawg
|
Post subject: Re: C++ Helpful Books Posted: Sat May 26, 2012 3:21 pm |
|
Joined: Mon Jun 21, 2010 12:34 pm Posts: 780 Location: /home/maddawg
Languages: C++, some C, some LaTeX, some HTML
Text editor: Notepad++, Vim
|
The language itself is hardly 30 years old. Still, the book I posted is 12 years old, so I doubt it goes over features from C++03, which I read was simply a bugfix release, and C++0x/C++11, which is not fully supported by compilers yet (note: g++ was the only compiler I've looked up/tested). If your not a "standards guru," the book may still be useful. Since I haven't actually read the book yet, I'll leave up to you to decide whether or not to add the book to the list. 
_________________ "There are only two kinds of programming languages: those people always bitch about and those nobody uses." - ???
EOF
|
|
 |
|
 |
|
Falker57
|
Post subject: Re: C++ Helpful Books Posted: Sat Jun 02, 2012 6:44 pm |
|
 |
| Pro Member |
 |
|
|
Joined: Fri Apr 27, 2012 4:48 pm Posts: 51
Languages: (Learning) C++
Text editor: Code::Blocks
|
|
THANK YOU IRC! Very helpful. Did you get the idea from the thread I made a few weeks ago? Anways even more helpful now that its stickied!
_________________ "That is how interesting voyages can be made, one without any direction."
|
|
 |
|
 |
|
Asphalt
|
Post subject: Re: C++ Helpful Books Posted: Sat Jun 02, 2012 10:26 pm |
|
Joined: Fri Dec 23, 2011 6:39 pm Posts: 1307 Location: New England, USA
Languages: C++, Java, Learning C & Python
Text editor: Eclipse, Sublime Text 2, Python IDLE
|
|
Nah, I got the idea from Kevin's Linux sticky.
|
|
 |
|
 |
|
Creative
|
Post subject: Re: C++ Helpful Books Posted: Wed Jun 06, 2012 8:35 pm |
|
 |
| Rookie |
 |
|
|
Joined: Wed Mar 28, 2012 2:39 pm Posts: 14
Languages: Visual Basic
Text editor: Visual Studio, Notepad++, Code Blocks
|
|
 |
|
 |
|
Need4Sleep
|
Post subject: Re: C++ Helpful Books Posted: Thu Jun 07, 2012 11:08 am |
|
Joined: Sun Jan 01, 2012 5:30 pm Posts: 61
Languages: C++
Text editor: Codeblocks
|
|
 |
|
 |
|
Asphalt
|
Post subject: Re: C++ Helpful Books Posted: Fri Jun 08, 2012 2:16 pm |
|
Joined: Fri Dec 23, 2011 6:39 pm Posts: 1307 Location: New England, USA
Languages: C++, Java, Learning C & Python
Text editor: Eclipse, Sublime Text 2, Python IDLE
|
|
Nah, nothing over 100 dollars here. I'm sure it's a great book and all though.
|
|
 |
|
 |
|
Need4Sleep
|
Post subject: Re: C++ Helpful Books Posted: Thu Jun 14, 2012 7:26 pm |
|
Joined: Sun Jan 01, 2012 5:30 pm Posts: 61
Languages: C++
Text editor: Codeblocks
|
|
 |
|
 |
|
MadDawg
|
Post subject: Re: C++ Helpful Books Posted: Thu Jun 14, 2012 7:29 pm |
|
Joined: Mon Jun 21, 2010 12:34 pm Posts: 780 Location: /home/maddawg
Languages: C++, some C, some LaTeX, some HTML
Text editor: Notepad++, Vim
|
Ah, I could use those. Thanks, or sharing. 
_________________ "There are only two kinds of programming languages: those people always bitch about and those nobody uses." - ???
EOF
|
|
 |
|
 |
|