Forum: C++ Nov 2nd, 2008 |
| Replies: 5 Views: 434 Because it's good strategy to make simpler things work before adding stuff.
If you write a chunk of code and it doesn't compile then it's nonsense writing more lines before you get the first... |
Forum: C++ Oct 13th, 2008 |
| Replies: 4 Views: 1,060 Hi all.
I am trying to write a template class queue for an "assignment" and I got stuck by what I think is a syntax error.
To be honest, the assignment was MUCH easier than that but after having it... |