Guest User

Untitled

a guest
Jun 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. template<class TValue>
  2. class CDynList{
  3. public:
  4. CDynList(char className[]="");
  5. private:
  6. char name[32];
  7.  
  8. CDynList<int> intList("intList");
Add Comment
Please, Sign In to add comment