Adblock breaks this site

[HELP]Makin' Project

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

  1. babekoh721

    babekoh721 Guest

    Referrals:
    0
    [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.
     
  2. Nullware

    Nullware Guru

    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0
    [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++.
     
  3. WoW Sucks

    WoW Sucks Global Moderator
    Banned

    Joined:
    Jan 21, 2007
    Posts:
    3,708
    Referrals:
    3
    Sythe Gold:
    0
    [HELP]Makin' Project

    Did it taste nice? =<
     
  4. Faskist

    Faskist Tuxhead
    Banned

    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0
    [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.
     
  5. Nullware

    Nullware Guru

    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0
    [HELP]Makin' Project

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

    Code:
    do {
    stuff();
    } while(condition);
     
  6. Faskist

    Faskist Tuxhead
    Banned

    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0
    [HELP]Makin' Project

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


 
 
Adblock breaks this site