Is there a ridiculously fast way to print a char? Faster than cout or printf?
This is a discussion on console.. character.. screen.. quickly! within the C++ Programming forums, part of the General Programming Boards category; Is there a ridiculously fast way to print a char? Faster than cout or printf?...
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
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]