Thread: Text input

  1. #1
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644

    Text input

    How does cout work? Does it use something like const char *, ... or what?

  2. #2
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    *being sarastic*

    last time i checked it was
    Code:
    cout<<" blah blah"<<endl;
    hehe
    .

  3. #3
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Pretty easy huh?
    what does signature stand for?

  4. #4
    Registered User The Dog's Avatar
    Join Date
    May 2002
    Location
    Cape Town
    Posts
    788

    How does cout work?

    cout is an ostream (Output Stream) object.
    It's << member operator function is overloaded so that it output almost anything.

  5. #5
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Try reading some kind of beginners book
    what does signature stand for?

  6. #6
    Registered User
    Join Date
    Jun 2002
    Posts
    267
    I remember when I had questions that n00bish.... but I didn't bother coming to a forum, I just picked up a book

  7. #7
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Told ya
    what does signature stand for?

  8. #8
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    I knew that stuff, what i was meaning was something else, but i gave up on the text stuff

  9. #9
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Ok, No Problem
    what does signature stand for?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Choosing a variable based on user text input.
    By Compiling... in forum C++ Programming
    Replies: 7
    Last Post: 11-01-2005, 01:21 AM
  2. Parsing Text File and gathering input variables
    By azamsharp1 in forum C Programming
    Replies: 2
    Last Post: 10-26-2005, 08:43 AM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. mygets
    By Dave_Sinkula in forum C Programming
    Replies: 6
    Last Post: 03-23-2003, 07:23 PM
  5. text input buffer clearing
    By red_Marvin in forum C++ Programming
    Replies: 4
    Last Post: 03-20-2003, 03:17 PM