When compiling very simple code including a template
#include
... some code...
list
I have started to get a compliler error "error C2143: syntax error : missing ';' before '<'"
Then I started to remember;
You do need to include;
using namespace std;
I am hereby reminding myself to do this.
No comments:
Post a Comment