I\'m learning C++ with Code::Blocks, and everytime i try to create a new class, I get an error message saying:
undefined reference to `WinMain@16\' >
undefined reference to `WinMain@16\'
Try this: Settings->Compiler, click the tab Build options, select the checkbox
Explicitly add currently compiling file's directory to compiler search dirs
i did this and i works perfect now