fatal error C1075:
fatal吧
全部回复
仅看楼主
level 1
guertu 楼主

void Console::DrawBouton(Position p, Taille t,char* valide)
{
int SBouton[6]={'XDA','XC4','XBF','XB3','XC0','XD9'};
Console::gotoxy(p.Getx(),p.Gety());
cout<<SBouton[0];
for(int i=p.Getx();i<=t.Getlongueur()+p.Getx();i++)
{cout<<SBouton[1];}
Console::gotoxy(p.Getx()+t.Getlongueur(),p.Gety());
cout<<SBouton[2];
for(int j=p.Gety()+1;j<=t.Gethauteur()+p.Gety();j++)
{
Console::gotoxy(p.Getx(),p.Gety()+1);
cout<<SBouton[3];
}
for(int j=p.Gety()+1;j<=t.Gethauteur()+p.Gety();j++)
{
Console::gotoxy(p.Getx()+t.Getlongueur(),p.Gety()+1);
cout<<SBouton[3];
}
Console::gotoxy(p.Getx(),p.Gety()+t.Gethauteur());
cout<<SBouton[4];
for(int i=p.Getx();i<=p.Getx()+t.Getlongueur();i++)
{cout<<SBouton[1];}
Console::gotoxy(p.Getx()+t.Getlongueur(),p.Gety()+t.Gethauteur());
cout<<SBouton[5];
//ajouter un nom
Console::gotoxy(p.Getx()+1,p.Gety()+1);
cout<<valide;
}
fatal error C1075:
提示括号不匹配,可实在找不出来~~~
2011年12月19日 17点12分 1
1