print something on console at the position I want with printf?
- From: "google-rambo88" <rambo88@xxxxxxxxx>
- Date: Mon, 21 Jan 2008 19:30:08 +0900
Hi....
I'd like to print something on console at the position I want.
for example in dos, I cann print my message on x,y co¡¤or¡¤di¡¤nate
printxy ( int x , int y , char *msg )
{
gotoxy ( x , y );
printf ("%s", msg );
}
but on Linux console , I don't know how to print on the x,y coordiante I
want...
Thanks.
.
- Follow-Ups:
- Re: print something on console at the position I want with printf?
- From: Chris
- Re: print something on console at the position I want with printf?
- From: Josef Moellers
- Re: print something on console at the position I want with printf?
- Prev by Date: Re: RS232 Redirector Program in C using Linux
- Next by Date: Re: print something on console at the position I want with printf?
- Previous by thread: RS232 Redirector Program in C using Linux
- Next by thread: Re: print something on console at the position I want with printf?
- Index(es):
Relevant Pages
|
|