Name | Modified | Size | Downloads / Week |
---|---|---|---|
cttl | 2012-12-07 | ||
cttl302.zip | 2012-12-07 | 412.5 kB | |
README | 2012-12-07 | 1.6 kB | |
Totals: 3 Items | 414.1 kB | 0 |
Common Text Transformation Library Version 3.02 http://cttl.sourceforge.net/ Dec 6 2012 ------------------------------------------------------------------------ Welcome! ------------------------------------------------------------------------ The directory structure of CTTL distribution is as follows: cttl/......C++ header files for substrings and lexical analysis components lambda/....lambda library C++ header files utils/.....auxiliary C++ header files used by sample programs example/...sample programs Source file main.cpp in the top directory is a copy of example/arithmetics.cpp. The library does not require any specific compiler switches or settings. With GNU compiler, your should be able to compile it right away like this: $ g++ main.cpp To compile sample programs, execute commands $ cd example $ make ------------------------------------------------------------------------ Release Notes ------------------------------------------------------------------------ ---------- BUG FIXES ---------- Compatibility issues with MSVC++2010 and GCC-4.7.2 got resolved. Only a few minor changes. CTTL version 3.02 is fully tested with g++ (GCC) (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 (64 bit) g++ (GCC) 4.6.1 (MinGW-3.20 32 bit) g++ (GCC) 4.3.0 20080305 (alpha-testing) mingw-20080502 MSVC 2010 Version 16.00.40219.01 for 80x86 (32 bit) MSVC 8.0 Version 14.00.50727.762 (2005) MSVC 7.1 Version 13.10.3077 (2003) If you are new to CTTL library, start here: http://cttl.sourceforge.net/ Thanks for downloading! Enjoy, _igor Igor Kholodov cttl@users.sourceforge.net