Search:

Type: Posts; User: garrettchap1

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,673

    of course id pick std::string myString = "Assign...

    of course id pick std::string myString = "Assign to myString."; !! im not familiar with pointers by the way, just incase its important in your examples :o
  2. Replies
    6
    Views
    1,673

    print(myClass);

    print(myClass);
  3. Replies
    6
    Views
    1,673

    When to use classes and functions?

    HI! I've recently been introduced to classes and have been just confused by the overall concept of the object oriented part of C++...

    When it comes to classes, its not so much why we use them that...
  4. Replies
    1
    Views
    956

    Comma delimited file ???

    I'm having trouble finding what exactly a comma delimited text file is, and was wondering if anybody could explain to me. In the most dumbed down way, wha is a comma delimited file ?
  5. Replies
    2
    Views
    2,786

    Press any key to continue? C++

    OK so, I'm currently making a text based RPG game using C++ in a Microsoft visual c++ IDE. What I'm having trouble doing is finding a way to do a simple "Press any key to continue" to move onto the...
  6. Replies
    2
    Views
    2,331

    getline problem

    3. Assume the array name is defined as follows:

    char name[25];

    A) Using a stream manipulator, write a cin statement that will read a string into name, but will read no more characters than name...
  7. Replies
    4
    Views
    3,850

    never mind I finally figured it out. Thanks to...

    never mind I finally figured it out. Thanks to all that helped (:
  8. Replies
    4
    Views
    3,850

    The question says: A bank charges $10 per...

    The question says:

    A bank charges $10 per month plus the following check fees for a commercial checking account:
    $0.10 each for fewer than 20 checks
    $0.08 each for 20-39 checks
    $0.06 each for...
  9. Replies
    4
    Views
    3,850

    If else /else if problem

    Ok so, I feared this would happen when I compiled and ran, and surely enough it did.
    I'm getting a logical error within this program and i cant figure out how to fix it. I want to make it so that...
  10. Replies
    2
    Views
    1,382

    Thanks, Whiteflags. Couldn't have explained it...

    Thanks, Whiteflags. Couldn't have explained it better (:
  11. Replies
    2
    Views
    1,382

    if / else statements

    Say I have a program that has 5 different options which are displayed depending on what number you press, and im using if else statements.

    "press 1 for my age, press 2 for my height, press 3 for...
Results 1 to 11 of 11