Ctpp 1.0.39 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Ctpp 1.0.39 (Default branch)
# 1  
Old 08-01-2008
Ctpp 1.0.39 (Default branch)

Ctpp is the C99-compatible C preprocessor of theCtalk language, which provides object orientedextensions for C. It is compatible with GNU cpp and provides extensions like macro expansion in warning and error messages, saving expanded macros to files, and built-in symbol definition for many command line options. You can download the preprocessor separately while Ctalk is between versions for development.License: GNU General Public License v3Changes:
This release contains several performanceimprovements.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
OMNICPP(1)						      General Commands Manual							OMNICPP(1)

NAME
omnicpp - OmniORB cpp preprocessor for IDL compiler SYNOPSIS
omnicpp [options] DESCRIPTION
This manual page documents briefly the omnicpp command. omniidl is omniORBs IDL compiler and uses omnicpp as it's C preprocessor. omnicpp is really just the GNU C preprocessor under a different name. Normally you should not need to invoke this directly but should use omniidl instead. OPTIONS
As this is just the GNU C preprocessor cpp you can see that program for the full options. Normally you should not be invoking this directly but should use omniidl instead. The options listed here should really be given to omniidl, but they are passed straight to omnicpp. -D name Define name for the preprocessor. -U name Undefine name for the preprocessor. -I dir Include dir in the preprocessor search path. Note that the current directory is not on the include search path by default. Use -I. for that. SEE ALSO
omniidl(1). The programs are documented fully by the HTML documentation in the omniorb4-doc package. AUTHOR
omnicpp was written by Duncan Grisby <duncan@grisby.org> This manual page was written by Floris Bruynooghe <floris.bruynooghe@gmail.com>, for the Debian project (but may be used by others). 30 Apr 2007 OMNICPP(1)