thanks so much I am still confused as ever... I have spent hours tryign to work it out. Whenever I make an error in the grammar the compiler gets stuck saying that float list (from function display file) is not being used....
The above doesnt seem to work for me as what I have to do is read the char array file.. we have a txt file we need to open....The task is to determine if the the file has duplicates in.
a) columns
b) rows
c) minigrids
and if there are duplicates in either one of the above we have to say for eg.
column 8 has duplicates
I can get the program to check the WHOLE array for duplicates. but I cannot get it to check each row or each column.. I am stuck on how to separate it...... as the data is stored in array char data [9][9]
And everytime I try to separate it I get that stupid error saying that float list is not being used or something...... ....
The above doesnt seem to work for me as what I have to do is read the char array file.. we have a txt file we need to open....The task is to determine if the the file has duplicates in.
a) columns
b) rows
c) minigrids
and if there are duplicates in either one of the above we have to say for eg.
column 8 has duplicates
I can get the program to check the WHOLE array for duplicates. but I cannot get it to check each row or each column.. I am stuck on how to separate it...... as the data is stored in array char data [9][9]
And everytime I try to separate it I get that stupid error saying that float list is not being used or something...... ....
Comment