Topic: Want to Beta test a powerful C++ extension?
Author: jones@cais.cais.com (Ben Jones)
Date: 17 Jun 1994 20:25:29 GMT Raw View
ARC++ is a preprocessor which piggybacks onto your C++ compiler to provide
the following capabilities:
* You may create intelligent macros as members of classes which are
automatically invoked when derived classes are created. These macros
can branch, loop, access the parse tree and symbol table, generate
code, and output reports.
* You may create self-exporting classes and avoid having to manually
split your classes into declaration and implementation parts.
* You may add your own keywords and operators to the C++ language.
* You may overload enumerator names to get user-friendly naming conventions.
ARC++ is currently available for DOS, Macintosh, Sun, and SGI.
If you would like to try it out, go to the anonymous FTP:
arsoftware.arclch.com: /pub/arsoftware/arc++
Get "arc.READ_ME" for downloading instructions.
Ben Jones
jones@arsoftware.arclch.com