Search:

Type: Posts; User: irsmart

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    985

    Oh, thanks! I knew it was something simple... :)

    Oh, thanks! I knew it was something simple... :)
  2. Replies
    3
    Views
    985

    Problem with for loop

    Hello. I am having a problem with a program I am making. It won't compile. Can somebody look at it and see what I am doing wrong? (it says that there is a problem with the for loop)

    #include...
  3. Thread: Disable Enter

    by irsmart
    Replies
    5
    Views
    1,024

    umm.... how do you do that :)

    umm.... how do you do that :)
  4. Replies
    9
    Views
    2,129

    Quitting a program

    I have used this before, but I can't remember how to do it. In a console application, how do you quit using a system command? for example the
    system("SOMETHING"); is the way I remember. Also, how...
  5. Thread: Disable Enter

    by irsmart
    Replies
    5
    Views
    1,024

    Disable Enter

    I want to make a notepad type console application, and in order to format, you would need to not let Enter submit the string. Is there a way to disable enter and finnish editing the string after a...
  6. Replies
    2
    Views
    892

    Thanks! it worked!

    Thanks! it worked!
  7. Replies
    2
    Views
    892

    Save long string of characters AND spaces

    How can I have a variable or string of, for example, "hello, how have you been today?" I used
    #include <cstdlib>
    #include <iostream>

    using namespace std;

    int main(int argc, char *argv[])
    {...
  8. Replies
    4
    Views
    1,580

    Text/Background Colors

    How can I change the text and background colors in C++? I used
    system("color 02") for the color change and it works. The only problem is, how can I tell what the different colors are? for example...
Results 1 to 8 of 8