I just started coding and I got this error undefined reference to winmain@16 in vscode

后端 未结 0 1946
长发绾君心
长发绾君心 2021-01-16 08:18

this is my code

#include

int main()
{

    printf("I just started");
    return 0;
}

and this is the error



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题