I tried solving the knight,s tour problem........ ........I get the following msg while compiling:
#warning This file includes at least one deprecated or antiquated header. \
Please consider
using one of the 32 headers found in section 17.4.1.2 of the \
C++ standard. Examples include substituting the <X> header for the <X.h> \
header for C++ includes, or <iostream> instead of the deprecated header \
<iostream.h>. To disable this warning use -Wno-deprecated.
#endif
#endif
the program is running but I am unable to get through the above msg............ ...can anyone suggest some help?
pleasw
#warning This file includes at least one deprecated or antiquated header. \
Please consider
using one of the 32 headers found in section 17.4.1.2 of the \
C++ standard. Examples include substituting the <X> header for the <X.h> \
header for C++ includes, or <iostream> instead of the deprecated header \
<iostream.h>. To disable this warning use -Wno-deprecated.
#endif
#endif
the program is running but I am unable to get through the above msg............ ...can anyone suggest some help?
pleasw
Comment