[HELP]Makin' Project

Discussion in 'Programming General' started by babekoh721, Apr 12, 2008.

[HELP]Makin' Project
  1. Unread #1 - Apr 12, 2008 at 1:27 PM
  2. babekoh721
    Referrals:
    0

    babekoh721 Guest

    [HELP]Makin' Project

    I have a class subject in C++ Programming.

    I have difficulties in this subject, to tell you the truth i suck on this subject.

    My problem is can anyone make me a simple program that has else if and do while. Even a simple prog can't make.

    Your help is much appriciated.

    Thank You in advance.
     
  3. Unread #2 - Apr 12, 2008 at 3:48 PM
  4. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    [HELP]Makin' Project

    I would HELP you but you're asking directly for someone to actually do what you will be using for your Final Exam so no thanks. You would gain nothing from this and if they found out your Univesity status would probably be in jeopardy. Try actually learning C++.
     
  5. Unread #3 - Apr 12, 2008 at 3:59 PM
  6. WoW Sucks
    Joined:
    Jan 21, 2007
    Posts:
    3,708
    Referrals:
    3
    Sythe Gold:
    0

    WoW Sucks Global Moderator
    Banned

    [HELP]Makin' Project

    Did it taste nice? =<
     
  7. Unread #4 - Apr 13, 2008 at 7:23 PM
  8. Faskist
    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0

    Faskist Tuxhead
    Banned

    [HELP]Makin' Project

    Code:
    if(condition} {
      action();
    }
    
    else if(condition) {
      action();
    }
    
    else {
      action();
    }
    Code:
    while(condition) {
      action();
    }
    If you don't understand that, you deserve to fail.
     
  9. Unread #5 - Apr 13, 2008 at 8:39 PM
  10. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    [HELP]Makin' Project

    No, Faskist you fail! You don't even know what a do while loop is noob!

    Code:
    do {
    stuff();
    } while(condition);
     
  11. Unread #6 - Apr 13, 2008 at 8:40 PM
  12. Faskist
    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0

    Faskist Tuxhead
    Banned

    [HELP]Makin' Project

    oh shit tail-whiles ;_;
     
< persistence help! | Auto-updating highscores >

Users viewing this thread
1 guest


 
 
Adblock breaks this site