User profile: xkcd83

User info
User name:xkcd83
Bio:A Mechanical Engineer with advanced C++ skills.
Contact me if you are looking for engineers with exceptional coding skills.
Statistical data
Gender:Male
Occupation:Engineer
Skills:C
C++
History
Joined:
Number of posts:34
Latest posts:

destructors
Yes. So not call destructor explicitly. This whole set of FAQ might be more enlightening: http://www...

Accessing Struct Data in a Queue
Sorry, I did not realize you were already using the std::queue. To access an element, use [code]lan...

Accessing Struct Data in a Queue
A dynamic array should work too.

Accessing Struct Data in a Queue
Create a linked list, and access tail pointer as front if you add to head, or head pointer as front ...

getting stuck in a loop
Can you tell us which loop it gets stuck?(line numbers?) BTW, this is barbaric indeed.:)