I understand that there are a few ways to read and write Single characters
entered by a user.
I was wondering what is the most efficient way that would sort of match cin
and cout of C++?
thanks
Printable View
I understand that there are a few ways to read and write Single characters
entered by a user.
I was wondering what is the most efficient way that would sort of match cin
and cout of C++?
thanks
If I had to read a single character entered by a user, "efficiency" would be
very low on my list of concerns. No matter what language or code you use,
the computer can always read characters faster than a human can type them.
RK <rk_2000@email.com> wrote in message news:39f7b9b4$1@news.devx.com...
>
> I understand that there are a few ways to read and write Single characters
> entered by a user.
>
> I was wondering what is the most efficient way that would sort of match
cin
> and cout of C++?
>
> thanks