Search:

Type: Posts; User: herocks

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    7,664

    Could someone just give me an example of it that...

    Could someone just give me an example of it that just dose that?
  2. Replies
    10
    Views
    7,664

    How to make a Console Window fullscreen

    Hey, I was wondering if their is anyway to make it so that a Normal C++ console window would auto-matically be in Full screen Mode?

    ~ herocks
  3. Replies
    9
    Views
    1,259

    Thanks, but I just got it to work. Atoi returned...

    Thanks, but I just got it to work.
    Atoi returned a 0 ( NULL ) because I typed in a letter so I just have to see if the int equals NULL
    and if it dose, tell the user that its invalided.
  4. Replies
    9
    Views
    1,259

    Ok, Now I needa know how to convert a string to a...

    Ok, Now I needa know how to convert a string to a int...I tried using the atoi() function but all it got me was a 0...
  5. Replies
    9
    Views
    1,259

    Ah, I was thinking of doing that, but I only...

    Ah, I was thinking of doing that, but I only thought of half of what I should have thought.
    Thanks, I'll try it now.
  6. Replies
    9
    Views
    1,259

    How to see if a user inputed a string

    Hello everyone,

    I trying to make a game in C++ right now and I want to make it so when a user types in
    a String instead of a int the whole program won't go crazy.
    And I have no idea how...
Results 1 to 6 of 6