VC++6.#include void main(){printf("abc");}一个简单输出,然后运行,瞬间显示了a
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/20 15:37:26
VC++6.
#include
void main()
{
printf("abc");
}
一个简单输出,然后运行,瞬间显示了abc然后就自动关闭了,错误提示如下:
Loaded 'ntdll.dll',no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll',no matching symbolic information found.
The thread 0x12D0 has exited with code 3 (0x3).
The program 'C:\Program Files\Microsoft Visual Studio\MyProjects\ceshi 110416\Debug\ceshi 110416.exe' has exited with code 3 (0x3).
我系统盘 system32 文件里有这两个dll文件
不知道有没有人遇到同样问题,我这是第二次重装XP了,还以为是系统问题..
#include
void main()
{
printf("abc");
}
一个简单输出,然后运行,瞬间显示了abc然后就自动关闭了,错误提示如下:
Loaded 'ntdll.dll',no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll',no matching symbolic information found.
The thread 0x12D0 has exited with code 3 (0x3).
The program 'C:\Program Files\Microsoft Visual Studio\MyProjects\ceshi 110416\Debug\ceshi 110416.exe' has exited with code 3 (0x3).
我系统盘 system32 文件里有这两个dll文件
不知道有没有人遇到同样问题,我这是第二次重装XP了,还以为是系统问题..
你按的是F5吧,这个提示正常的,F5在程序没有设置断点的情况下会自动退出,可忽略不看,
按那个感叹号执行,快捷键忘记是F几了
按那个感叹号执行,快捷键忘记是F几了
VC++6.#include void main(){printf("abc");}一个简单输出,然后运行,瞬间显示了a
c语言不等于怎么写#include void main(){int a;printf("请输入一个正整数:");scan
#include#include void main(){ int a,i;char s[20];printf("Inp
#include #include void main( ){float a,b,max,x;printf("Pleas
#include #include int main(void) { float a,b,c,x,y,z; printf
运行vc++时 #include int main() { cout
#include void main(void) { int a=
还是那道题~#include void main(){ int a; char b; printf("enter a:"
#define f(a,b,x) a*x+b #include void main() printf("%d,%d\n"
#include #define f(a,b,x) a*x+b void main() { printf("%d,%d\
#include void main() { int a=21,b=11; printf("%d\n",--a+b,--
#include void main(){int a,b;scanf("%d %d" ,a,b);printf("%d