Changes between Version 2 and Version 3 of code/doc/ModulesDescription
- Timestamp:
- Mar 25, 2005, 5:58:51 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ModulesDescription
v2 v3 17 17 . 18 18 . 19 tList<char>* nameList = new tList<char *>(); /* create the new list*/19 tList<char>* nameList = new tList<char>(); /* create the new list*/ 20 20 21 21 nameList->add("Pumba"); /* add some elements*/