Hey,
I am having problems declare a simple queue. As far as I can tell, I'm declaring it right. Most likely it is just one of those things where the problem is right in front of me. Anyways, here is how I've been declaring it.
But I keep getting errors such as
syntax error : missing ';' before '<'
I seem to get this same error no matter how I change the code. What am I doing wrong?
1001100 1110101 1101011 1100101
I am having problems declare a simple queue. As far as I can tell, I'm declaring it right. Most likely it is just one of those things where the problem is right in front of me. Anyways, here is how I've been declaring it.
Code:
#include <queue.h>
static queue<char *> q;
But I keep getting errors such as
syntax error : missing ';' before '<'
I seem to get this same error no matter how I change the code. What am I doing wrong?
1001100 1110101 1101011 1100101