topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 1:31 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: c_pp - NANY 2008 entry - simulate the C/C++ preprocessor (for programmers)  (Read 10802 times)

dme

  • Honorary Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 15
    • View Profile
    • Donate to Member
I now have a contribution to the NANY 2008 programming challenge. I'm sorry, it's a program of less general interest than the program, which I have announced three weeks ago. I couldn't complete that program in time. I have wrapped an existing TextTransformer project into a very simple graphical user interface instead.

"c_pp" is a program for applying, testing or learning C preprocessor directives. C/C++ code can be remodeled into the preprocessed form with c_pp: preprocessor directives are removed, definitions are replaced, not defined areas are removed and macros are expanded.

c_pp can be downloaded from

http://www.texttrans...mer.org/c_pp_en.html

There are some additional explanations too.

The TextTransformer project, on which the c_pp is based, will also be available, as soon as TextTransformer 1.4.1. is published. You then can adapt this project to your personal needs and use it for example in combination with the TextTransformer components. The TextTransformer components, which were presented here for the BCB contest last year, also will be updated and extended very soon.

« Last Edit: December 30, 2007, 06:40 PM by mouser »