DevToronto
Cenjen
- Učlanjen(a)
- 15.10.2012
- Poruke
- 5
- Poena
- 151
C++ BASICS
C++ Primer Plus - http://www.amazon.com/Primer-Plus-Edition-Developers-Library/dp/0321776402
Albeit 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-E...1840784326/ref=pd_sim_b_2/187-8110966-4332319
Haven'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-Yourself-Hour-Edition/dp/0672329417/ref=pd_sim_b_4
A 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++ REFERENCE
C++ in a Nutshell - http://www.amazon.com/C-Nutshell-Ray-Lischner/dp/059600298X
A library and reference tutorial
GUI API's
Qt - 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-P...=sr_1_1?s=books&ie=UTF8&qid=1337394591&sr=1-1
GTK+ - Another simple cross platform GUI API, although not many books are published on it.
http://www.amazon.com/Foundations-D...=sr_1_1?s=books&ie=UTF8&qid=1337394726&sr=1-1
Win32 - 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-Progr...=sr_1_1?s=books&ie=UTF8&qid=1337394785&sr=1-1
Game Programming
OpenGL - Most common 3D API. The super bible for super programmers.
http://www.amazon.com/OpenGL-SuperB...=sr_1_2?s=books&ie=UTF8&qid=1337394902&sr=1-2
SDL - 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-...=sr_1_1?s=books&ie=UTF8&qid=1337394977&sr=1-1
Panda3D - A good open sauce Game Engine.
http://www.amazon.com/Panda3D-1-7-G...=sr_1_1?s=books&ie=UTF8&qid=1337395094&sr=1-1
Enjoy.
C++ Primer Plus - http://www.amazon.com/Primer-Plus-Edition-Developers-Library/dp/0321776402
Albeit 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-E...1840784326/ref=pd_sim_b_2/187-8110966-4332319
Haven'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-Yourself-Hour-Edition/dp/0672329417/ref=pd_sim_b_4
A 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++ REFERENCE
C++ in a Nutshell - http://www.amazon.com/C-Nutshell-Ray-Lischner/dp/059600298X
A library and reference tutorial
GUI API's
Qt - 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-P...=sr_1_1?s=books&ie=UTF8&qid=1337394591&sr=1-1
GTK+ - Another simple cross platform GUI API, although not many books are published on it.
http://www.amazon.com/Foundations-D...=sr_1_1?s=books&ie=UTF8&qid=1337394726&sr=1-1
Win32 - 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-Progr...=sr_1_1?s=books&ie=UTF8&qid=1337394785&sr=1-1
Game Programming
OpenGL - Most common 3D API. The super bible for super programmers.
http://www.amazon.com/OpenGL-SuperB...=sr_1_2?s=books&ie=UTF8&qid=1337394902&sr=1-2
SDL - 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-...=sr_1_1?s=books&ie=UTF8&qid=1337394977&sr=1-1
Panda3D - A good open sauce Game Engine.
http://www.amazon.com/Panda3D-1-7-G...=sr_1_1?s=books&ie=UTF8&qid=1337395094&sr=1-1
Enjoy.
Poslednja izmena: