C++ Base

Hello i learned C++ Basic in ThenewBoston Page
Now what i go learn ? i need to go more advanced and not yet with console i want go with real proggraming like games or other small software.
Tell me what to do now
Step 1: Determine what it is you want to use C++ to do.

Step 2: Determine which programming skills will be needed to achieve this objective.

Step 3: Acquire those skills.

Step 1, will vary from individual to individual. You want to create a game. Okay, exactly what sort of game? Maybe you want to create some other sort of "small software." If so, precisely what sort of small software?

Step 2, will vary depending on your answer to step 1.

Step 3, can be done in various ways - in all likelihood, a combination of ways. Some of these ways include reading books, watching videos, asking on online forums, taking a class, studying other people's programs, etc. And it will include substantial amounts of time involving you writing and editing code. (I've never met a skilled programmer who got that way without actually writing code. That would be like... I don't know... like becoming a skilled pianist without spending lots of time playing the piano.)
Try to make a dungeon crawl game where you have to print out a map and then let the user navigate through. Make it so once they reach the exit they win and so on.
Hi,

armando2 wrote:
i want go with real proggraming like games or other small software.

You could use Qt to develop real and not-console-ish to develop small software

https://en.wikipedia.org/wiki/Qt_(software)

also you could use SDL for creating games

https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer

obviously check their tutorials to learn more

HOPE IT HELPS

Last edited on
Topic archived. No new replies allowed.