visual c++6.0 中我执行一个程序出现debug error ! 怎么办

2024-12-20 06:16:00
推荐回答(3个)
回答1:

在“build”项选择“configuration
manager”,里面有一个configuration,你可以选择‘debug’或“release”,就会生成对应的两个文件夹。刚学时都不容易,可以多和朋友交流一下。
希望有所帮助。

回答2:


main函数改

void
main()
{struct
student
*p;
p=creat();
}

回答3:

在 main函数改 为 void main() {struct student *p; p=creat(); }