stl list.... wtf?

Started by
2 comments, last by jmoses 21 years, 1 month ago
Ok, this should be real simple, but I don''t how why it''s not working, at the top of my program I #include <list> And in my program I have have list temp; Whats wrong with that? it keeps saying " ''list'' : undeclared identifier", but I coppied it out of a tutorial, and if I open the file, there is a template class named list, so I dont know what it''s talking about... any ideas?
- John Moses
Advertisement
Nevermind thanks anyways
- John Moses
using std::list; 
using std;

This topic is closed to new replies.

Advertisement