#2,465 in Computers & technology books

Reddit mentions of SDL Game Development: (Black & White)

Sentiment score: 1
Reddit mentions: 3

We found 3 Reddit mentions of SDL Game Development: (Black & White). Here are the top ones.

SDL Game Development: (Black & White)
Buying options
View on Amazon.com
or
    Features:
  • Digital soldering station end safe version with Chp170 cutter
  • FX-888D KIT version with CHP170 cutter
  • Adjustable temperature control
  • Temperature range 120° - 899° f (50° - 480° c)
  • Digital display shows °ree; f or °ree; c
Specs:
Height9.25 inches
Length7.5 inches
Number of items1
Release dateJune 2013
Weight0.98 Pounds
Width0.58 inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on SDL Game Development: (Black & White):

u/beer118 · 3 pointsr/opensourcegames

Hi

If you want to learn pure C++ then I would suggest taking a look at:

http://www.cplusplus.com/doc/tutorial/

For creating games in c++ then I would suggest:

http://lazyfoo.net/SDL_tutorials/

https://www.amazon.com/SDL-Game-Development-Black-White/dp/1849696829

u/jh1997sa · 1 pointr/gamedev

Ah okay. Would you recommend the book SDL Game Development? I read the first ~20 pages and it doesn't seem to explain things well.

For example, it goes through creating a Game class and then in the main entry point of the program, it creates a pointer to that class but it doesn't really explain why it uses a pointer over a regular object.

I'm pretty new to C++ and I know that I should spend more time learning C++ before getting into game dev with C++, I just wanted to see what that book was like :D