Author Topic: gotoxy(); fuction is not working  (Read 4240 times)

thannara123

  • Guest
gotoxy(); fuction is not working
« on: March 30, 2011, 01:17:01 pm »
hai experts
 In my Codeblock C++ Ide is not working gotoxy()
please help me
int main()
{

using namespace std;
   system ("color 4f");
   gotoxy(12,23);
    cout<<"i am gireesh";
   system("color f4");
    cout<<"i am a man";
    getch();
    return 0;


}

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]