1.workspace-project(win32 console application)(存在d盘)-files(C++__)-file(一定要有.c)
一定要有的格式:
int main()
{
return 0;
}
2.build-Ctrl+F7-F7-Ctrl+F5
3.
#include <stdio.h>
{
printf(" ");
return 0;
}
1.workspace-project(win32 console application)(存在d盘)-files(C++__)-file(一定要有.c)
一定要有的格式:
int main()
{
return 0;
}
2.build-Ctrl+F7-F7-Ctrl+F5
3.
#include <stdio.h>
{
printf(" ");
return 0;
}