C to C++ converter Changelog

What's new in C to C++ converter 1.4

Nov 24, 2011
  • lexer.py: added support for compiler directive removal.
  • allhead.py: added relative path of current file.
  • mklist.py: added relative path of current file.
  • ctocpp.py: simplified.

New in C to C++ converter 1.3 (Nov 24, 2011)

  • Included a configure and setup.py files for integration into the Unix system.
  • The manual is now packed into a single file.
  • "../" strings in include statements are now converted to absolute path.

New in C to C++ converter 1.2 (Nov 24, 2011)

  • Multi-line declarations now recognized.

New in C to C++ converter 1.1 (Nov 24, 2011)

  • Added a textinfo file.