I am not exactly sure on how to title this, but Solarus uses SDL 2.x and QT Creator for the editor as far as I know. I found some interesting tutorials on SDL/QT and that is the point of this post. Maybe if someone would like to help Solarus, then it might be useful.
C++ free pdf from tuorialpoint:
Here and
site tutorialsTutorial point C++ online compiler:
HereEclipse is crossplatform IDE (Java/C/C++/etc):
HereHowever, I used
Anjuta when learning C++ basics on Ubuntu Linux and used a commercial book called
Beginning C++ Through Game Programming.
SDL Lazy Foo's tutorials:
1.2 and
2.0QT Creator tutorials:
HereSolarus has of the information in the tutorials above already implemented, but it might be useful for learning purposes if the Solarus
engine source code or
editor are not understood by an individual.
YouTube Tutorial SDL 1.2 + QT Creator setup:
Here (Maybe old, but somewhat useful? If not, then
this should help.)