Thread: Beginner projects

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    3

    Beginner projects

    I have covered the topics: loops, functions, pointers, structures, arrays, strings, and file I/O, however, I am looking for practice projects to see if I can put together what I know to create more real world programs (by real world I do not mean several thousand line commercial code). Are there any websites that have good projects like these or do any of you recommend any programs that worked well for you? I do not need answers to these projects, just ideas. Keep in mind I am a beginner, however, a challenge would be a good thing.
    Last edited by MagSteve; 05-03-2004 at 06:18 PM.

  2. #2
    vae victus! skorman00's Avatar
    Join Date
    Nov 2003
    Posts
    594
    heres a couple I can throw at you:

    1) make a program that takes in an equation (no variables) and solve it using the normal order of operations

    2) If you are only comfortable making a console app, make a text based version of minesweeper.

    3) I'm not sure how much work you've done with abstract data types (vectors, linked lists, bst's, etc) but look up some you haven't worked with much. If you've only used the STL vector, try making your own! There are tons of different kinds of linked lists, and just as many Trees. If you're really feeling adventerous, read up on Graph theory.

  3. #3
    Registered User
    Join Date
    May 2004
    Posts
    3
    Thanks for the help, and can you explain a little more about what a text based version of mine sweeper would be like (not the code, but the appearance of the game)? I am having trouble visualizing this.

  4. #4
    vae victus! skorman00's Avatar
    Join Date
    Nov 2003
    Posts
    594
    It would look just like the windows app of minesweeper looks like. Instead of using 3d boxes, you would use, say maybe '#', and a tagged mine can be a * or something. Input would have to be something like "what action do you want to do? What space do you want to do it to?" Not pretty by any means, but the gameplay mechanics are still there. If you wouldn't like to do that, I've seen a text based Tetris before.

  5. #5
    Registered User
    Join Date
    May 2004
    Posts
    1
    Hi,

    you could join the flib project
    But I am not allowed to post information about flib.
    But if you are interested please mail me: [email protected].
    It's a library which provides an easy possibility for programming dynamic websites with c++.

    greets

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Same old beginner question...
    By Sharmz in forum C Programming
    Replies: 15
    Last Post: 08-04-2008, 11:48 AM
  2. What are some good beginner programs I shouold make?
    By oobootsy1 in forum C# Programming
    Replies: 6
    Last Post: 08-09-2005, 02:02 PM
  3. Windows programming for beginner (Absolute beginner)
    By WDT in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2004, 11:21 AM
  4. Looking for some big C/C++ projects
    By C-Dumbie in forum C Programming
    Replies: 5
    Last Post: 09-16-2002, 12:18 AM