Computer Science Canada Re: Print Method for Queue List |
Author: | Shiro786 [ Sat Oct 15, 2011 3:47 pm ] | ||||||||
Post subject: | Re: Print Method for Queue List | ||||||||
**EDIT**: I figured it out, you can delete this post. I'm leaving it just in case someone else needs help. I'm trying to figure out how to print a list of Queues. For some reason whenever I try using ' -> ' it says that I'm using an invalid argument. The code is a bit weird; you have to compile an executable before you can run the program itself. My code is at the bottom. QueueImplementation.c :
My Code: QueueInterface.h :
QueueTypes.c :
QueueDriver.c :
|
Author: | md [ Sat Oct 15, 2011 4:16 pm ] |
Post subject: | RE:Re: Print Method for Queue List |
If you figured it out then post the solution too. There's nothing worse then when someone says "never mind I figured it out" without posting what they did. Makes finding the solution infinitely more painful. |