Search:

Type: Posts; User: Scott B.

Search: Search took 0.00 seconds.

  1. Changing the colors in a command line program?

    http://www.sunlightd.com/Windows/FAQ.html#ConsoleChangeColour

    I've tried that but I have no idea where it goes in my code, and where ever I do put it, I get errors.
  2. Replies
    42
    Views
    3,911

    Gentlemen, there's no need to fight over what I...

    Gentlemen, there's no need to fight over what I prefer to use. Dev-C++ is working fine, and MSV C++ 2005, wasn't. It's that's simple.
  3. Replies
    3
    Views
    897

    window closing prematurely

    #include <iostream>

    using namespace std;

    int main()
    {
    char name[20];

    cout<<"Please enter your name: ";
    cin>> name[20];
  4. Replies
    42
    Views
    3,911

    I'm using Dev-C++ now and it's working much...

    I'm using Dev-C++ now and it's working much better :)
  5. Replies
    42
    Views
    3,911

    I'm not sure if it's .net or not. Microsoft...

    I'm not sure if it's .net or not.

    Microsoft Visual C++ Express Edition Beta 2005.
  6. Replies
    42
    Views
    3,911

    Completly new to C++

    I am completly new to C++, and I just downloaded the Microsoft Visual C++ thing. I'm quite confused with all the tutorials, as I can't seem to find any files named iostream.h anywhere, and whenever I...
Results 1 to 6 of 6