My professor has given me the code and I wanna run it. I use Visual Studio2008. Code contains data structure "queue". He defines one queue as "queue<int> Q;"
But my compiler gives an error and says "error C2065: 'queue' : undeclared identifier"
Do we need any separate header file to run this? Or what's wrong?
-Thanks,
Sam