C Program Knight's Tour help please?

wiifacebooker

New member
I have been trying to figure out how to make a C program that tracks the movement of the knight on the chess board but no one has been helpful. I've attempted to make the program and failed. The student teacher can't help me and the teacher is never around to answer questions. I have tried asking the question on here but people are rude by telling me to search Google (which I already have done multiple times) or just leaving a rude remark. The problem with finding the answer on Google is that those C programs include headers I do not know how to use or that we have not learned yet.

Can anyone help?

The knight can start anywhere on the board, I know I need 2 arrays (8x8) to represent the 8x8 chessboard, and I need to have this program print out the first solution. I would use a program from another site but the only headers we have learned are math.h, time.h, stdio.h, stdlib.h, how to DEFINE arrays and that's it. I don't know what conio.h or iostream.h is. If someone could lend me a hand I would deeply appreciate it. Please help?
 
Top