why this give error:
{
queue<char[4]> list;
char temp[4];
list.push( temp );
temp = list.front();
}
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: help about queueThreaded View
|
Click Here to Expand Forum to Full Width |