I have been working on this program forever and I have to hand it in soon. Here is what I have gotten so far that is correct. I really don't know how to copy the queue. I know I have to use a for loop ...
From a purely object-oriented perspective, "copy semantics" is the right way to preserve control over object ownership. But in those scenarios where ownership becomes irrelevant, C++11 "move semantics ...
I have been trying to wrap my mind around how C++ puts stuff in memory and I wrote little test program. <BR><BR><BR><pre class="ip-ubbcode-code-pre"> ...