post  Where do I go now?

DrChill (558)   Link to this post
So ... now that I can do a bunch o' stuff (not said lightly) what do I do ? is there a website with project ideas or even a medium difficulty tutorial site?
elvenspike (124)   Link to this post
Well, the idea of a tutorial is to be easy and to get you started. A medium difficultly tutorial would be more like... a challenge. Giving you some ideas, and telling you to make them. Not entirely sure where some of these might exist, but what i recommend is just thinking of your own ideas and making them. That's how I do it, and I'm guessing many others too.
firedraco (2625)   Link to this post
I dunno, try the last challenge on this:
http://www.cplusplus.com/forum/articles/12974/
chrisname (2573)   Link to this post
I think you should try some of the Project Euler problems. There's also a "pythonchallenge" website which should be doable in C++ aswell.

I also like the ones in the article firedraco linked.

Wake up damn it! I'm bored!
Last edited on
Byte (7)   Link to this post
I tried to do one of the challenges but How do you reverse a string? lol
And how do i replace a letter inside that string
Last edited on
Cojones (47)   Link to this post
Use the string class. http://cplusplus.com/reference/string/string/ You can read more there. If you can't do it after, I'll type some code and show you how.

This topic is archived - New replies not allowed.