C++ Small Advanced Project Ideas

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
101MUDman101
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 38
Joined: Fri Aug 17, 2012 12:36 pm
Current Project: Elemental Dawn (2D RPG)
Favorite Gaming Platforms: PC, NES
Programming Language of Choice: C/++, Lua, Perl
Location: England
Contact:

C++ Small Advanced Project Ideas

Post 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.
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.

Damn Right.

Channel: http://www.youtube.com/user/101MUDman101
qpHalcy0n
Respected Programmer
Respected Programmer
Posts: 387
Joined: Fri Dec 19, 2008 3:33 pm
Location: Dallas
Contact:

Re: C++ Small Advanced Project Ideas

Post 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.
User avatar
bbguimaraes
Chaos Rift Junior
Chaos Rift Junior
Posts: 294
Joined: Wed Apr 11, 2012 4:34 pm
Programming Language of Choice: c++
Location: Brazil
Contact:

Re: C++ Small Advanced Project Ideas

Post by bbguimaraes »

The suggestion I always give when people ask for suggestions: GAME OF LIFE!
User avatar
101MUDman101
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 38
Joined: Fri Aug 17, 2012 12:36 pm
Current Project: Elemental Dawn (2D RPG)
Favorite Gaming Platforms: PC, NES
Programming Language of Choice: C/++, Lua, Perl
Location: England
Contact:

Re: C++ Small Advanced Project Ideas

Post 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++?
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.

Damn Right.

Channel: http://www.youtube.com/user/101MUDman101
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: C++ Small Advanced Project Ideas

Post by dandymcgee »

Write a program that generates all possible full color bitmaps of size 1680x1050 so I can find myself an awesome new wallpaper.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: C++ Small Advanced Project Ideas

Post by MarauderIIC »

Participate in TopCoder competitions
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Post Reply