Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HANDLE h = GetStdHandle(STD_OUTPUT_HANDLE);
COORD position = {col, row};
SetConsoleCursorPosition(h, position);

What I have tried:

This is a code from the book Let us C. There was no mention of HANDLE or GetStdHandle till now. Can somebody please explain to me what these are??
Posted
Updated 14-Aug-16 4:56am
Comments
Mehdi Gholam 14-Aug-16 10:47am    
Use Google for the terms.

 
Share this answer
 
Comments
[no name] 14-Aug-16 14:28pm    
Thank you sir for the e-books
Japneet Singh 15-Aug-16 3:16am    
Thank you :)
See the answer to this[^] SO question.

/ravi
 
Share this answer
 
Comments
Japneet Singh 15-Aug-16 3:16am    
Thank you :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900