struct client
{
char Fname[20];
char Lname[20];
char home_num[10];
char cell_num[10];
char email_add[20];
int client_id;
}; /* ending the client struct*/
char Main_Menu()
{
char sel;
int rear=-1;
int front=-1;
client clientQueue [size]; -->I keep having an error come up right here, not sure why.
int isFull(int rear);
int isEmpty(int rear);
エラーが発生するのは、キューを宣言している行です。調査したときにそれが見つかったので、なぜそのエラーが発生するのかよくわかりません。psサイズは20