Hai everybody!I'm trying to implement a program to implement Quine McCluskey algoritm.While trying to compile with the following code,I got an error which says " no match for 'operator[]' in '((Table*)this)->Table::isMarked[r]' " .
Attached are the files: Table.h,Table.cpp,Term.h,Term.cpp
Please help!!!