What does getch() do according to the ANSI C++ standard
a) Reads in a character
b) Checks the keyboard buffer
c) Nothing in particular (Its not defined there)
No Answer is Posted For this Question
Be the First to Post Answer
What is operators in c++?
What is the difference between a declaration and a definition?
What is virtual table?
What are the advantages of C++ programming compared to C programming?
write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
What is using namespace std in c++?
What is data abstraction? How is it different from data encapsulation?
What are destructors?
What are maps in c++?
What is the function of the keyword ‘volatile’ in C++?
How to defines the function in c++?
Does improper inheritance have a potential to wreck a project?