cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
vector of list
vector of list
Oct 11, 2012 at 4:40pm UTC
khal
(85)
1
2
3
4
5
6
7
8
9
10
11
template
<
class
Obj>
class
Table {
public
:
private
: vector< list<Obj> > my; };
Could someone explain why this does not work?
Oct 11, 2012 at 4:43pm UTC
khal
(85)
Never mind got the answer
Oct 11, 2012 at 6:19pm UTC
Catfish2
(666)
Then share it.
Topic archived. No new replies allowed.