Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by benny143

  1. benny143

    Problem with struct that name is pointer

    I am having a problem accessing a struct, here is the code typedef struct QueueStruct { int Count; /* number of queue items */ void* Front; /* location of item to remove next */ void* Rear; /* place to insert next item */ }*QueueADT...

Part and Inventory Search

Back
Top