Page 1 of 1

C++ Small Advanced Project Ideas

Posted: Mon Aug 20, 2012 1:09 pm
by 101MUDman101
Hello, I really feel like making something really complex in C++, something that will make me think, the problem is, I can't seem to think of much to do? I have thought of a few ideas such as:

Code: Select all

- Write a wrapper for an 'std' element such as std::vector
- Convert a string in binary then write to a file then read the file and convert it back
Any Ideas? Also you can recommend ideas to do with SDL. I am really looking for programming problems like 'If x^2 = xy then what is the smallest value x can be' you get my drift but more complex.

Re: C++ Small Advanced Project Ideas

Posted: Mon Aug 20, 2012 3:07 pm
by qpHalcy0n
Game programming is full of very complex problems in every specialization. It might help if you specialize in an area that you're genuinely interested in. When you run into road blocks (which you will), your interest should be enough to keep you going. If you're not interested, you're more likely to quit.

Given your suggestions, it looks like you might tackle some of those things first as they are more language specific and rather basic. When your tool box is complete, so to speak, tackle the more conceptual problems.

Re: C++ Small Advanced Project Ideas

Posted: Mon Aug 20, 2012 3:19 pm
by bbguimaraes
The suggestion I always give when people ask for suggestions: GAME OF LIFE!

Re: C++ Small Advanced Project Ideas

Posted: Mon Aug 20, 2012 3:38 pm
by 101MUDman101
GoL sounds fun! I'm sure SDL can handle something like that! Do you have any word problems or mathmetical problems that could be solved with C++?

Re: C++ Small Advanced Project Ideas

Posted: Tue Aug 21, 2012 4:57 pm
by dandymcgee
Write a program that generates all possible full color bitmaps of size 1680x1050 so I can find myself an awesome new wallpaper.

Re: C++ Small Advanced Project Ideas

Posted: Sat Sep 15, 2012 11:28 pm
by MarauderIIC
Participate in TopCoder competitions