Adblock breaks this site

Final Exam Project Ideas

Discussion in 'Programming General' started by Esuom, Mar 5, 2009.

  1. Esuom

    Esuom Guru
    Banned

    Joined:
    May 3, 2007
    Posts:
    1,731
    Referrals:
    2
    Sythe Gold:
    0
    Final Exam Project Ideas

    Pre-Note : I am NOT asking you to do my exam. I am looking for ideas.

    Ok, the final exam project for my C++ Class is open for me to do what I want within a few guidelines. I can't think of what I want to do so I am open to ideas. The requirements are...

    The "sample" exams they give are...



    Any ideas?
     
  2. SuF

    SuF Legend
    Pirate Retired Global Moderator

    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary
    Final Exam Project Ideas

    I would just do the number 2 sample... Its pretty easy, plenty of room to do what you want.... Plus, you can code it in many ways from shit to really good, and you could impress your teacher if you did it well...
     
  3. tofurocks

    tofurocks Iloveroy

    Joined:
    Nov 8, 2008
    Posts:
    2,344
    Referrals:
    2
    Sythe Gold:
    0
    Final Exam Project Ideas

    Number 2... super easy lol
    Code:
    #include <iostream.h>
    main(){
    char input;
    cout << "lolz wutz teh answer" << endl;
    cin >> input;
    }
    
    hooray you're pretty much done. Just do that times 20 and use stcmp() or whatever that thing is. I'm 13 I wish I had programming as a course it would be a breeze.
     
  4. Nullware

    Nullware Guru

    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0
    Final Exam Project Ideas

    Actually just doing that 20 times would be a terribly poor way of accomplishing it although it would work.

    I disagree with SuF(Yes I can not read and put Swan instead.... Even though he is not even a programming mod any more!!!!) about using the second choice from the examples because it's far too easy for the most part and you won't gain much from it. It'll be boring and pretty much useless for the most part.

    My best recommendation to you would be to try and think of something somewhat useful/practical that you could realistically make for the exam project, you'd learn far more than using the usual generic project ideas as well as feel much better about the final product knowing it isn't just a file of code that completely wasted your time. If you fail to think of something better, then I'd say go with #1 or #3 as a last resort since they do somewhat lead into basic real world practical uses of programming.
     
  5. SuF

    SuF Legend
    Pirate Retired Global Moderator

    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary
    Final Exam Project Ideas

    Sir Null, I != Swan.... :p...

    The 2nd is easiest... But you can also get quite complicated with it... The other two are more practical but if your like me and school, I try to do the least work possible.... :p
     
  6. Esuom

    Esuom Guru
    Banned

    Joined:
    May 3, 2007
    Posts:
    1,731
    Referrals:
    2
    Sythe Gold:
    0
    Final Exam Project Ideas

    Lmao, nerd :p


    Yea, I am going to do #2 this weekend. It looks easy and should only take a little bit.
     
  7. mopar-user

    mopar-user Guru
    Banned

    Joined:
    Jul 23, 2007
    Posts:
    1,188
    Referrals:
    1
    Sythe Gold:
    0
    Final Exam Project Ideas

    Well I would suggest an ordering program.

    User inputs info and orders what they want ( maybe from pizza shop )
    make it loop until they are completely done ordering
    ask if cash or credit
    if credit, have another program establish credit and cin the file information from other prog.

    etc, etc, etc

    Thats gunna be mine. Going to be fun :D
     
< Basic java tutorial. | Need highscore grabber >


 
 
Adblock breaks this site