home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20190 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.2 KB

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