When I try to compile my C program, I'm getting this error message.... Any thoughts?
Project1v4.c:81: error: expected ‘;’, ‘,’ or ‘)’ before ‘.’ token
Project1v4.c:102: error: expected ‘;’, ‘,’ or ‘)’ before ‘.’ tokenCode:int InObject(char shape.type, int p.x, int p.y, int shape.arg0, int shape.arg1, int shape.arg2) { } int CheckArgs(char shape.type, int shape.color.red, int shape.color.green, int shape.color.blue, int shape.arg0, int shape.arg1, int shape.arg2, int numArgs) { }



LinkBack URL
About LinkBacks



