你用1.c调试一下这段代码试试:
#include <stdio.h>
int main()
{
printf("c!");
}
然后用1.cpp调试一下这段代码试试:
#include <stdio.h>
int main()
{
printf("c!");
return 0;
}
以上两段代码均通过编译,无错。如果还有问题。你试试重装c++再来调试和编译.
#include <stdio.h>
int main()
{
printf("c!");
}
然后用1.cpp调试一下这段代码试试:
#include <stdio.h>
int main()
{
printf("c!");
return 0;
}
以上两段代码均通过编译,无错。如果还有问题。你试试重装c++再来调试和编译.