|
-
September 23rd, 2002, 09:30 AM
#1
Quick Question !!
I find myself having to write a small console app....
Something I dont do very often..!
Can Someone tell me how to position the cursor within my conslole window......
Many thanks in advance !
Philip..( )
-
September 23rd, 2002, 09:50 AM
#2
I believe that would be OS dependent.
-
September 23rd, 2002, 10:09 AM
#3
It varies from OS to OS. What OS/compiler are you using?
Succinct is verbose for terse
-
September 24th, 2002, 06:53 AM
#4
In the good old days, the use of ANSI.sys gave a standard set of escape sequences that were device independant (e.g. <ESC>[2J would clean the screen).
Not sure if there are valid ANSI.sys files for the console environments in all of the latest windows. If they do in fact still exist, that is the way I would go.
Hope this helps...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|