Free memory with pointer?Yes, this was only a short example to clearify my question. The list is far from complete, but I onl...
Creating a Linked ListMaybe you can create a new pointer to Node and assign it the head. Then you do a while-loop that ite...
Free memory with pointer?Say I allocate memory a linked list like this one. struct linkedList{ stuff... linkedLi...
Tic tac toe-issueHere I uploaded a picture to imgur to illustrate what the problem is. http://imgur.com/Uz9X1hA
Tic tac toe-issueTry copy paste my code into a IDE, or whatever they are called. Then run the program and choose a 6x...
This user does not accept Private Messages