Search:

Type: Posts; User: howdytest

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    2,319

    Thanks andy, that just cleared up alot of...

    Thanks andy, that just cleared up alot of confusion.

    Thank you everyone for your help. I'll get this one day ;)
  2. Replies
    16
    Views
    2,319

    Thanks everyone. Must seem like you're walking...

    Thanks everyone. Must seem like you're walking me through this :o

    So far, i've narrowed it down from 32 errors, to 19.

    Thanks for all your help.
  3. Replies
    16
    Views
    2,319

    excerpt from begin( ) cin>>; ...

    excerpt from begin( )




    cin>>;


    That's just an input so the user has to enter something. For the question i posed, i didn't need to save the answer as anything. Just to give the game a...
  4. Replies
    16
    Views
    2,319

    deleting the line "string hospital name;", gets...

    deleting the line "string hospital name;", gets me 32 errors :confused:

    adding the bracket in start() did nothing.

    with the bracket in start (), my output is:



    Compiling...
    main.cpp
  5. Replies
    16
    Views
    2,319

    thanks for your suggestions, but i'm still stuck...

    thanks for your suggestions, but i'm still stuck with my errors. I'd like to get this working now, so when i'm working with a nearly complete program, i don't find out i have 100 errors :eek:
  6. Replies
    16
    Views
    2,319

    string trouble

    So i decided my first program is going to be a text game. I have the basic part done, i just can't get the string working. What i want it to do, is
    1) user inputs their name
    2) name is stored...
  7. Replies
    12
    Views
    2,665

    thanks guys.

    thanks guys.
  8. Replies
    12
    Views
    2,665

    Learning Project

    I finally buckled down and got serious about learning C++. I've read tutorials and forums, but reading won't be as productive as practice? right?

    So, I open up the compiler and get a fresh...
  9. Replies
    3
    Views
    806

    writing code?

    Does anyone else have the problem where you can read code, but can't write it. Whenever i try to write code, i end up reading my c++ book again and looking at this site.

    I think this is because i...
  10. Replies
    3
    Views
    868

    thanks, i'll try to use this. What i know in...

    thanks, i'll try to use this.

    What i know in C++ is very limited. My original thought was to to use if statements, but figured the code would be chaotic. Took me a while to figure it out the...
  11. Replies
    3
    Views
    868

    reading a file...

    Howdy. Just got serious about learning C++ so i decided the best way to learn would be through practice. So i'm making a progam that takes the tutorials from the home page (cprogramming.com) and...
Results 1 to 11 of 11