Search:

Type: Posts; User: lastresort

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    802

    Help with wierd error

    I've been told to make a program that takes in the data for 3 soccer players throughout 10 games. when i run it so far (i havent made the print function yet) it asks for the name of the player, then...
  2. Replies
    1
    Views
    1,074

    explain this code please

    Before i start i would just like to say this. If you are looking to learn c++, dont get "Learn to program with c++" by john smiley.

    I have posted this two times already, but no one has actually...
  3. Replies
    3
    Views
    999

    what exactly does this mean?

    What exactly does this mean? I get the cout and the cin part.




    cout << "Do you want to do some banking? ";
    cin >> moreBankingBusiness;

    for (int i = 0;
    i < moreBanking...
  4. Replies
    5
    Views
    823

    Learn to Program with C++ by John Smiley

    Learn to Program with C++ by John Smiley
  5. Replies
    5
    Views
    823

    i have no idea what arrays are yet =) havent...

    i have no idea what arrays are yet =) havent gotten that far in my book
  6. Replies
    5
    Views
    823

    help with the while loop

    i would like it so that the first time the person goes thru the loops, it enters the input number to item1, the second time to item2, the third time to item3... and so on. any ideas how to do this?
    ...
  7. Replies
    4
    Views
    1,084

    help with while loop

    woops wrong post
  8. Replies
    4
    Views
    1,084

    i think i just got the second for statement!...

    i think i just got the second for statement! haha. Correct me if im wrong...

    i know the for statement makes the counter increase by one and since the second for statement is within the while...
  9. Replies
    4
    Views
    1,084

    need help explaining this code

    I'm reading my c++ book and i have come across this code that im not quite sure as to what some parts mean and the book doesnt describe them.

    1. What does the first "for loop" mean?

    i know the...
  10. Replies
    5
    Views
    1,180

    rounding off outputs

    I am making this program for a fake store that will take the price of an item and add it to the other items you put in and then multiply by sales tax. I was just wondering how i could round...
  11. Replies
    13
    Views
    2,388

    im going to college for it so... yeah. i just...

    im going to college for it so... yeah. i just would like to get a head start a couple years before i leave, might help me with the 4.0 im looking for =)
  12. Replies
    13
    Views
    2,388

    yeah i know im new to c++ but im looking for...

    yeah i know im new to c++ but im looking for after im experienced (which i hope to be after this summer) to be able to program some 3d games similar to
    ...
  13. Replies
    13
    Views
    2,388

    i already know c++

    i already know c++
  14. Replies
    13
    Views
    2,388

    what do you need to start game programing?

    I'm looking into getting starting with game programming but first i have a few questions.

    1. What past languages should i know? (i.e. c++)

    2. What is the easiest way to learn? (i.e. books,...
  15. Replies
    3
    Views
    1,483

    begginers if statement problem

    Here's my problem. I have just finished reading up on the code tutorials and i have programed this little thing. The only problem is that when i enter the age 30 and the # of children as <=0 it...
Results 1 to 15 of 15