Thread: console.. character.. screen.. quickly!

  1. #1
    Kiss the monkey. CodeMonkey's Avatar
    Join Date
    Sep 2001
    Posts
    937

    console.. character.. screen.. quickly!

    Is there a ridiculously fast way to print a char? Faster than cout or printf?
    "If you tell the truth, you don't have to remember anything"
    -Mark Twain

  2. #2
    Me want cookie! Monster's Avatar
    Join Date
    Dec 2001
    Posts
    680
    what about putchar ?

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Look for something non-standard in your compilers docs.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Console character set
    By siavoshkc in forum Windows Programming
    Replies: 4
    Last Post: 08-30-2006, 11:25 PM
  2. Clear the Console Screen
    By Gnoober in forum C++ Programming
    Replies: 4
    Last Post: 10-15-2002, 05:28 PM
  3. A particular character on the screen
    By Trauts in forum C++ Programming
    Replies: 11
    Last Post: 10-03-2002, 05:26 PM
  4. Reading a character from the screen
    By neandrake in forum C++ Programming
    Replies: 4
    Last Post: 03-03-2002, 05:00 PM
  5. Console screen sizes...
    By Engel32 in forum C++ Programming
    Replies: 1
    Last Post: 09-16-2001, 08:01 PM