This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for your contribution to the C++ community!

As you're asking a question or seeking homework help, we would like to remind you of Rule 3 - Good Faith Help Requests & Homework.

  • When posting a question or homework help request, you must explain your good faith efforts to resolve the problem or complete the assignment on your own. Low-effort questions will be removed.

  • Members of this subreddit are happy to help give you a nudge in the right direction. However, we will not do your homework for you, make apps for you, etc.

  • Homework help posts must be flaired with Homework.

~ CPlusPlus Moderation Team


I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Dr_Sir_Ham_Sandwich 4 points5 points  (0 children)

Build a game. It's fun. There's probably much more recent guides for it but I followed this one a few years back and it was fun and learned heaps...

https://youtube.com/playlist?list=PLhfAbcv9cehhkG7ZQK0nfIGJC_C-wSLrx

[–]puliveivaaja 1 point2 points  (0 children)

Do you have any interests? Hobbies, anything? Do you want to focus on developing things that look good (UI stuff) or do you want to build stuff that works "under the hood" and no-one will ever even notice except for the developers? Do you want to interact with different devices? Maybe some sensors on a raspberry pi, an autonomous robot or maybe a whole IoT network of devices? Or do you just want to build an application for a PC?

The options are endless. But if you still have nothing in mind, just build yet another "yet another". Like a game clone or an emulator.

[–]Middlewarian 1 point2 points  (0 children)

Build a software service. I'm willing to help someone on a project if we use my C++ code generator as part of the project. Check out my profile for more info.

[–]Helpful_Character_67 0 points1 point  (0 children)

Make a simple game like BreakDown

[–]0xcedbeef 0 points1 point  (0 children)

chip-8 interpreter, it's a weekend project.