The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

C++ Goodness

clsCorwinclsCorwin Registered User regular
edited April 2007 in Help / Advice Forum
I just finished my C++ class, and it will be at least a semester before I can take Data Structures, and I want to keep my skills sharpened until then.

Anyone know of a site that has some projects that would keep me busy and help me learn some more advanced stuff? We ended on Binary trees, and I feel like I understand pointers pretty well, but where do I go from here?

clsCorwin on

Posts

  • Jimmy KingJimmy King Registered User regular
    edited April 2007
    Just think up something that would be interesting and fun and write it. Possibly an engine for a text adventure? Read in the world from a text file which has specific formatting, store room data in a linked list with multiple links (one room can link to several others), player data, etc.

    Jimmy King on
  • nthnth Registered User regular
    edited April 2007
    Maybe you can search college courses and see if professors have posted past homework or challenges for their students.

    nth on
    What's worse than a cold toilet seat? A warm toilet seat. There's only one way short of magic it could have gotten warm. At first, you're almost thankful it's warm, then you get to thinking... this is the result of another person's ass-warmth.
  • FristleFristle Registered User regular
    edited April 2007
    You might find that participating in the open source community will expose you to a lot of ideas and keep you much more sharp than just practicing some homework assignments (and will be a hell of a lot less boring).

    I recommend reading Open Source... by Sean Egan, or Code Reading. These books are great intros to the world of open source software development, which is a fantastic learning environment for the self-motivated.

    Fristle on
    Fristle.jpg
Sign In or Register to comment.