+ 1
What does cout and cin stand for? (i know What the do) What disrurbs me is if they are acronyms for a certain word
Question
4 Answers
+ 5
C OUT equals print
C IN equals Input
+ 4
the out and in are obviously output and input. the c according to the creator of c++ stands for character
the exact quote is:
"cout" is pronounced "see-out". The "c" stands for "character" because iostreams map values to and from byte (char) representations.
+ 4
I was under the assumption that the c was for console, not character, since both cin and cout are used with the console.
+ 2
Thanks alot guys i now understand. I really appreciate. Any challenges are accepted