home *** CD-ROM | disk | FTP | other *** search
- /* ------------------------------------------------------ */
- /* CLASSLIBA.CPP */
- /* (c) 1990 Borland International */
- /* All rights reserved. */
- /* ------------------------------------------------------ */
- /* veröffentlicht in: DOS toolbox 2'92 */
- /* ------------------------------------------------------ */
-
- // Do not run this code (see text)
-
- #include <strng.h>
- #include <list.h>
-
- int main() {
- List l;
- String s;
-
- l.add(s);
- return 0;
- }
- /* ------------------------------------------------------ */
- /* Ende von CLASSLIBA.CPP */
-
-