User forums > Using Code::Blocks
gotoxy(); fuction is not working
(1/1)
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:
Read this: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_What_is_Code::Blocks.3F
This: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_What_Code::Blocks_is_not.3F
This: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F
And lastly the forum rules, so next time you'll post the versions of OS/C::B and compiler.
Navigation
[0] Message Index
Go to full version