Thread: project

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    64

    project

    Hi,

    I've been learning c/c++ for around 2 years now at university and now its time to come up with my dissertation idea, I need a project that is quite large, probably using the win32API or MFC, it needs to have a good purpose. I don't want the project to be too complicated but not too easy, hopefully there will be a lot of written material on the subject for researching.

    I'm completely stumped, please help me out with some quality ideas.

    Thanks guys.

    Shakespeare
    "Why waste time learning when ignorance is instantaneous?"

  2. #2
    Registered User Joe100's Avatar
    Join Date
    Jul 2003
    Posts
    63
    How about a secratary project.... It organizes files on your computer i don't know thats all i got lol
    "Be Quick Or Be Dead"

    [img]
    http://www.danasoft.com/sig/GU.jpg
    [/img]

  3. #3
    Registered User The Dog's Avatar
    Join Date
    May 2002
    Location
    Cape Town
    Posts
    788
    Here's one that I wanted to do :

    A queue simulation ( graphics optional ).

    The user must be able set how many tills there are as well as how many queues for each till.

    So if there are three tills, you can have one big queue, or three small queues.

    The program must give a print out of the results once the simulation ends. The results could for example be:
    the longest queue, longest time that a customer had to wait, average waiting time for a customer, total number of customers serviced.

    The purpose of the simulation would be come up with the best solution for a particular setup.

  4. #4
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    i'm going to come back with my battle system thing again... try it... implement different races, stats, etc. and maybe if you get far enough put in weapons...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Pretty regular question - just press the search button and enter "project AND ideas"
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  6. #6
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595
    create an STL compliant class to handle B-trees.

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