|
| DrChill (558) | |
| 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) | |
| 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) | |
| I dunno, try the last challenge on this: http://www.cplusplus.com/forum/articles/12974/ | |
| chrisname (2573) | |
| 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) | |
| 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) | |
| 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.
