|
|
Language Reference
Class library reference, method application programming interface, and interfacing with C.
Formats:
Tutorial: Object Oriented Programming with Ctalk
Object oriented programming concepts, simple programs, working with basic
class objects in Ctalk, and writing classes and methods.
Formats:
Ctalk Utilties
Example utility programs written in Ctalk.
Formats:
Ctalk Web
Web application and utility programs written in Ctalk.
Formats:
Ctalk Win32
Win32 application and utility programs written in Ctalk.
Formats:
Installation
- Download the Ctalk source package from the Downloads page.
- Upack the files:
| UNIX |
Use
gzip -dc ctalk-version.tar.gz | tar xf -
to unpack a tar.gz file. |
| MS-DOS |
Unpack the zip file with any utility that knows about
zip files. A free utility, unzip32.exe, is
available from the DJGPP Web site. |
- If necessary, download the Ctalk-test, Ctalk-utils, and Ctalk-web packages, and unpack them in the same directory as Ctalk.
- The file README contains instructions for
compiling and installing Ctalk. There are also
additional README files for Cygwin and DJGPP.
|