Hey guys , I'm still learning c++ " I'm on the functions now " , how to create it and call it, I'm already aware of if , switch , loops and basic functions.
I want to learn how to create games , I found that people prefer SDL for beginners , Should I start with that ? or learn some other basics stuff ?
I did a lot of simple programs , such as:
1- basic calculator where you pick +,/,-,* and then enter your numbers and you'll see the result.
2- Simple text game , where enter you choose to start a game or quit , then enter your name and the texts will show up and then you pick your choices.
3- a program using loops to calculate your gpa.
Should I go ahead and learn about SDL? If so then please give me a link to start on.
if not , then please point out where's my next step.