标签: c++ mingw codelite
IDE CodeLite 在调试项目时显示错误
在启动程序中退出代码0xc0000135
代码:
#include <stdio.h> int main(int argc, char **argv) { printf("hello world\n"); return 0; }
答案 0 :(得分:0)
请按照以下步骤操作:
mingw