Search:

Type: Posts; User: bcraig

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,216

    wow that was super fast. Thanks! static_cast, I...

    wow that was super fast. Thanks!
    static_cast, I knew I forgot something important. :)
  2. Replies
    2
    Views
    1,216

    Get length of string as integer

    I have an input file that has data in for format:
    1 asdfhboais
    so its an integer followed by a group of characters. I need to figure out how many characters there are. Then access them one at a...
  3. Replies
    8
    Views
    997

    you can also use the command system("pause");...

    you can also use the command

    system("pause");

    this will freeze the program and start a new line that says something like, "press any key to continue..." and will wait for a keypress.
  4. Replies
    4
    Views
    1,497

    ya, I think I remember now, kinda like you use a...

    ya, I think I remember now, kinda like you use a backslash to put a quotation mark or a newline character. It is so easy once you remember once :). Thanks again, I got it working right!
  5. Replies
    4
    Views
    1,497

    thanks so much! I remember that now, but for the...

    thanks so much! I remember that now, but for the life of me I didn't think of that before! I would have never figured that out. Between that and a stupid missing bracket, the program is at least...
  6. Replies
    4
    Views
    1,497

    unknown errors (to me at least)

    I am a relative newcomer to C++. I have some history in BASIC (:) I like goto loops!), but the C++ syntax is new to me.

    The program I am trying to create is a simple game modifier that changes a...
Results 1 to 6 of 6