注册 登录
编程论坛 C++教室

为什么会显示missing ';' before '}'

jessica周 发布于 2016-01-08 10:19, 2383 次点击
void yuyi_main()//óïòå·ÖÎöÖ÷oˉêy
{
cifa_p = cifa_head;
yuyi_head = new yuyi;
yuyi_head -> next = NULL;
yuyi_end = yuyi_head;
cout<<endl;
yufa_zfc_disp(cifa_head->next);
cout<<"........"<<endl;
cout<<endl<<"-----------------------------------------------------"<<endl;
advance();
E1();
yuyi_sys_disp();
cout<<endl<<"----------------------------------"<<endl;
}
显示我最后一行的}前少一个;号
3 回复
#2
诸葛欧阳2016-01-08 16:28
写的是啥
#3
wmf20142016-01-09 09:12
通常这种提示是要到前面找错误的,你最好把代码提供全面,至少应该知道你的结构体是怎样定义的。
#4
crlion2016-02-11 18:45
你这个错误太多了 根本看不懂
1