Thread: i need a project

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    41

    i need a project

    i have a 1000 page introduction to c++ thing and ive read over 600, done classes, starting polymorphism, all the loops, varialbles, functions, everything and i cant think of anything to make, so got any ideas for a program i should create (as a console application, im just learning the language first ).. thanx
    In order of learned:
    HTML - Mastered
    CSS - Enough to use
    SSI - Mastered
    PHP - Advanced
    C/C++ - Current Project

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >so got any ideas for a program i should create
    How about a string class? It can be very simple or very complex depending on your experience with C++ and is quite a learning experience if you've never done it before. Especially if you try to keep it ISO conforming (bad idea if you're new to the language though).

    -Prelude
    My best code is written with the delete key.

  3. #3
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Well how abt projects such as games.. I am presently doin a chess game for my college project..

  4. #4
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    I seriously think that there should be a sticky thread at the top of the C++ forum with a huge list of project ideas for beginners.

  5. #5
    SO DO I!!! Anyways you could make a Rubix program..... its quite hard

  6. #6
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    Originally posted by face_master
    I seriously think that there should be a sticky thread at the top of the C++ forum with a huge list of project ideas for beginners.
    Yeah, either that or people could just search the board for all of the program ideas we've already posted.

    Anyway, here's a regurgitation of ideas I've suggested in the past. You can make them as simple or complex as you want depending on your level or expertise.

    Yahtzee
    Cryptography, write a cipher or cipher-breaker
    Mastermind(this is a pretty easy one)
    Calculator(very useful, as it can be used in other programs)
    24
    and the one idea you can always fall back on . . .

    *drum roll*





    CARD GAMES! That's right. Any card game you can think of can be coded out for your enjoyment.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  7. #7
    An address book? If you know Ruby you can see an example I made on my site.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM