Hi every one . in default cursor move from left to right how can i change direction of cursor in my program
int main()
{
char tile[NO_OF_COLS][NO_OF_ROWS];
char ch1,ch2;
int counter = 0;
system("MODE CON:COLS=80 LINES=50");
gotoxy(35,25);
do
{

cout <<"#";
Sleep(200);
++counter;
}while(counter <=100);

Change the language of your computer to something like Chinese where they read right to left.

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.