home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pipex!demon!cix.compulink.co.uk!mwilkinson
- Newsgroups: comp.sys.mac.programmer
- From: mwilkinson@cix.compulink.co.uk (Martyn Wilkinson)
- Subject: Think C PreProcessors
- Cc: comp.sys.mac.programmer@dis.demon.co.uk
- Reply-To: mwilkinson@cix.compulink.co.uk
- Date: Tue, 22 Dec 1992 13:11:00 +0000
- Message-ID: <memo.825135@cix.compulink.co.uk>
- Sender: usenet@demon.co.uk
- Lines: 18
-
- Some time ago I wrote some useful data handling classes in Think C, which
- I would like to reuse in a project I'm doing. Unfortunately, this new
- project isn't on a Macintosh, the machine doesn't have a C++ compiler,
- and porting GNU C/G++ to it is out of the question. All I have available
- is an ordinary ANSI C compiler.
-
- Does anyone know of a CFront-like preprocessor which understands Think's
- simple OO extensions to C, and can produce (possibly unreadable) C as its
- output? The code I've written is simply structured (it was all originally
- done in Think C 4, to give some idea how unsophisticated the OO stuff
- is), and I'd much rather preprocess known, debugged, working code, than
- re-write it all again over Christmas.
-
- Thanks in advance, and Seasons Greetings to you all.
-
- Martyn Wilkinson
- mwilkinson@cix.compulink.co.uk
-
-