Tuesday, October 30, 2007

new dynamic STL list

I always have to look back on how to do this, so here we go:

list<string> * myList = new list<string>();

No comments: