I want the user to use the four cursors up,down,right,left.
i tried to use getch() but it didnt work because the four have the same ASCII code which is 224, so i cant diffrentiate between them
plz any one tell me how to make the user use them
aam and another thing
i want what i display on the screen to be bold
like DANI WEB How can i do it
plz reply me
thnx
dooda man -3 Newbie Poster
Recommended Answers
Jump to PostHey, I used to know that arrow keys(left, right, up and down) return ASCII 0 with getch(), then u have to use getch() again to get the value which is like 72, 80 etc.
My experience was limited to DOS, i would like to know which system u were working …
All 3 Replies
Reply to this topic 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.