Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/doc/ModulesDescription


Ignore:
Timestamp:
Mar 25, 2005, 5:58:51 PM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ModulesDescription

    v2 v3  
    1717.
    1818.
    19 tList<char>* nameList = new tList<char*>(); /* create the new list*/
     19tList<char>* nameList = new tList<char>(); /* create the new list*/
    2020
    2121nameList->add("Pumba");                     /* add some elements*/