I would like to know what is the difference betn
getchar(),getch(), and getche() functions and which should be used in which conditions.
Thanks,
comwizz. :confused:
comwizz 0 Light Poster
Recommended Answers
Jump to Post
getchar
This is a standard function that gets a character from the stdin.getch
This is a nonstandard function that gets a character from keyboard, does not echo to screen.getche
This is a nonstandard function that gets a character from the keyboard, echoes to screen.Use
getchar
…
Jump to PostRocky2008> hope you understood!!
What part of post #2 did you not understand?
Jump to Postwat is echo??
The experience you get from people posting the same, over and over, in this thread.
People! this thread has been answered since post number two. And the only thing it could be added to it might be that unless you have a compelling reason to handicap …
All 12 Replies
Dave Sinkula 2,398 long time no c Team Colleague
Manish_11 commented: Thank you.. :) +0
comwizz 0 Light Poster
pavangavvala 15 Newbie Poster
Salem commented: echo is the sound you hear when you resurrect a thread which has been dead for over 3 years -6
William Hemsworth commented: ... -2
jephthah commented: aww.. this was a legitimate question. +9
Aia commented: I agree this was a legit question even when the thread was old. +16
MosaicFuneral commented: Start a new thread. -1
tux4life commented: It was maybe a legitimate question, but you could quickly have found the answer by Googling first!! (and if you were too lazy for that: by starting a new thread) -1
Narue 5,707 Bad Cop Team Colleague
Jignesh07 commented: print series 2,4,16,256..up to n in c lanuage +0
pavangavvala 15 Newbie Poster
rocky2008 0 Newbie Poster
Aia 1,977 Nearly a Posting Maven
Salem commented: The age of the original post for one thing ;) +32
patria987 0 Newbie Poster
Aia 1,977 Nearly a Posting Maven
tux4life commented: In other words: unportable rubbish :P +7
123.shravan 0 Newbie Poster
Leka Boi 0 Newbie Poster
Smartfitness33 0 Newbie Poster Banned
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.