1
General discussions / Re: SFML Game Development -- A book on SFML
« on: January 12, 2014, 07:45:21 pm »My question is, could I go from that book, directly to the "SFML Game Development" book.It's a very good idea to have a look at advanced C++ books before starting with game development. A mistake that a lot of game developers make is underestimating the complexity of C++ and the importance of modern idioms and clean, structured code. Books like Effective C++ or Exceptional C++ address this issue, and there might even be updated versions for C++11.
[/quote]
@Nexus, thanks! I will definitely read up with these books as well.
Cheers,
H