Hello!
I was coding for the chess program in C++ & i got an error because i was calling both of my classes in each other ie. Class Chess.h was calling the class Board.h & vice-versa.
Now the thing is I came to know that this is circular redundancy!
Now can anyone please explain me what is this circular redundancy?


Reply With Quote

Bookmarks