News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Compiler settings or?

Started by Bjuris, April 17, 2017, 05:41:25 PM

Previous topic - Next topic

Bjuris

Hello!
I've done the simplest program you can do:

#include <stdio.h>

int main()
{
    printf ("Mikael Bjurgate \n");
    return 0;
}

, but you can not Build it. It must depend on maybe wrong settings in the compiler or something. I don't know exactly.

Best Regards
Mikael Bjurgate

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]