How do you...
1.) Do a freehand drawing while using number keys:
Ex: 1: NW 2: North 3: NE 4: East...etc...
2.) Go to row or col using arrow keys...
Up down left right
|
Go4Expert Founder
|
![]() |
| 24Jul2006,22:43 | #2 |
|
Following code return the scan code of the key hit
Code: CPP
|
|
Light Poster
|
|
| 29Jul2006,12:06 | #3 |
|
How can I move the cursor using the numbers and switch so you can type measurements without moving the cursor. For example...
1: NW 2: North 3: NE 4: East Pressing the number 1 moves you northwest....then when you type a letter, like s for shape (it will ask for dimensions)...you can type numbers normally again without moving the cursor.... in normal C language.... |
|
Go4Expert Founder
|
![]() |
| 29Jul2006,17:40 | #4 |
|
Do you mean blinking cursor? Normally the cursor remains at the position you last output anything.
|
|
Light Poster
|
|
| 1Aug2006,15:17 | #5 |
|
Blinking cursor I guess....moving the part where you type up then when you type s and enter....the direction keys 1-9 now function back as number keys again and you can type the dimensions of whatever shape you like...
|
|
Light Poster
|
|
| 2Aug2006,15:44 | #6 |
|
(i dunno how to edit posts)
DJGPP as compiler Language: C Question: Same as last post |
|
Go4Expert Founder
|
![]() |
| 2Aug2006,15:56 | #7 |
|
Enter a line break where you want to place the cursor and then make gotoxy to that location and then print a character or two at the last and the cursor should remain there.
|
|
Light Poster
|
|
| 9Aug2006,14:24 | #8 |
|
I'm still having problems with my cursor...It is going off in random directions....do you have a code for it?
|

