home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / mcpp / README < prev   
Encoding:
Text File  |  2005-03-19  |  2.0 KB  |  50 lines

  1. << What is MCPP >>
  2.  
  3. MCPP is a C/C++ preprocessor with the following features:
  4.  
  5.   1. Implements all of C90, C99 and C++98 features.  It has the highest
  6.     conformance.
  7.   2. Accompanies a validation suite to test comprehensively the C/C++
  8.     preprocessor.  When it is applied to the existing preprocessors,
  9.     MCPP shows outstanding results.
  10.   3. Has a variety of accurate diagnostic messages.  This allows
  11.     examination of most preprocessing problems of source, like potential
  12.     bugs or portability problems.
  13.   4. Has various #pragma directives for outputting debug information.
  14.   5. Supports the various encodings of multi-byte characters for Japan,
  15.     China, Taiwan and Korea.
  16.   6. Highly portable.  Supports many compiler systems on Unix-like
  17.     systems and DOS/Windows.  It can replace resident preprocessor of
  18.     the compiler system.
  19.   7. Preprocessors of various behavior specifications can be generated
  20.     from the source.
  21.   8. Is free software.
  22.   9. Full documentations in Japanese and English are attached.
  23.  
  24. MCPP is probably the best C preprocessor in the world.
  25.  
  26. MCPP was selected for the 2002 "Exploratory Software Project" of the
  27. Information-Technology Promotion Agency, Japan (IPA) by the project
  28. manager, Yutaka Niibe.  During the period of July 2002 - Feb 2003, the
  29. development was progressed by IPA's funding.  MCPP has continued to be
  30. selected as the "Exploratory Software Project" for 2003 by the project
  31. manager, Hiroshi Ichiji.  From June 2003 through Feb 2004, the
  32. development was proceeded with IPA's funding.  With its achievements,
  33. the author was evaluated as one of the highest rank programmers by PM
  34. Ichiji.
  35.  
  36. Please read mcpp-summary.pdf for the overview of MCPP and Validation
  37. Suite.
  38.  
  39. All files except mcpp-summary.pdf are normal text files.  The new line
  40. is [LF].  Also, the encoding of Japanese documents in 'doc' directory is
  41. EUC-JP.
  42.  
  43. I would like to hear from many C programmers for reviews, comments and
  44. the interest to participate in development.
  45.  
  46. Please read INSTALL for how to install MCPP on your system.
  47.  
  48. Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
  49.  
  50.