News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

gotoxy(); fuction is not working

Started by thannara123, March 30, 2011, 01:17:01 PM

Previous topic - Next topic

thannara123

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;


}

oBFusCATed

(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!]