So I just want to point out that I am pretty new to code outside engines so this is somewhat new to me.
I am using SDL as a base for my game and would like to know a easy way to draw text, in the form of score/time, on the screen.
So far when searching I have not found anything that I've really understood or how to use. The thing I find most when searching with the tag SDL is SDL_ttf and I've tried to look into it but with no success.
So again, I am looking for an easy way to display text, string and float/int, in the form of score/time.