Hello, i need help with a basic code issue, i ave posted the code here because it is too long to post...
The issue occurs in this section of code:
...(more before)
void getInput(int num){
char = one[1];
char = two[1];
char = three[1];
char = four[1];
...(more after)
saying it is expecting something before the keyword "char"
i am using Dev C++(Latest) as a compiler, and yes, i had i as the following at one point:
char[5]xxx;
((Example Variable))
Any and all help is appreciated.
Thanks