Search:

Type: Posts; User: joxerjen

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    5,629

    KCarson - thank you so much, it worked like a...

    KCarson - thank you so much, it worked like a charm!

    A big thanks to everyone else for your suggestions. Slowly but surely I'm getting better at this c++ stuff.. ;)
  2. Replies
    8
    Views
    5,629

    The example my book gives us is: int...

    The example my book gives us is:



    int testVal=0;
    while (testVal++ <10)
    {
    if (testVal == 4)
    continue;
    cout << testVal << " ";
  3. Replies
    8
    Views
    5,629

    Skipping An Iteration in Loops

    Hey guys -

    I'm trying to write a program for class that calculates number of unoccupied and occupied rooms in a hotel, how many floors in the hotel etc..

    The problem I'm having is getting the...
  4. Replies
    6
    Views
    1,614

    Excellent, thanks a lot!! :D

    Excellent, thanks a lot!! :D
  5. Replies
    6
    Views
    1,614

    Writing to a Data File

    For the second part of my assignment, I have to write some data to a file, but I can't find notes anywhere in my textbook or class notes that explain how to do something like this:

    "The second...
  6. Replies
    5
    Views
    1,965

    One More Homework Problem

    Okay, so I have one more set of code I need some help on. How I got this far without smashing my skull into a monitor I still have no idea :D

    I get this error when compiling:
    ...
  7. Replies
    3
    Views
    887

    Thanks guys, your advice worked like a charm! You...

    Thanks guys, your advice worked like a charm! You saved my butt big time! :)
  8. Replies
    3
    Views
    887

    Need Help With Strings N Things

    Hey guys -

    I'm a c++ n00b, but I'm slowly starting to get the hang of it. For a bonus assignment in class, we have to make a little survey type application, and then the output just restates what...
Results 1 to 8 of 8