Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: thannara123 on March 30, 2011, 01:17:01 pm

Title: gotoxy(); fuction is not working
Post by: thannara123 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;


}
Title: Re: gotoxy(); fuction is not working
Post by: oBFusCATed on March 30, 2011, 02:18:20 pm
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.