[About this module] This library offers the procedure which you want to use in many cases when you are developing, especially when you are developing for web application or backend application for it. This library is created by Hajime Kurita. The name 1stclass derives from the fact that the code is used for web application of http://www.1stclass.co.jp/ Example: Blog search & analysis system: http://minakoe.jp/ Japanese works database: http://www.accessup.org/anime/ The code is distributed on http://sourceforge.jp/projects/lib1stclass/ More detailed information is avaiable on blog. Japanese: http://www.accessup.org/pj/6_B4C9CDFDBFCDA4B5A4F3/5/list.html [License] You can use this under the license of GPL ver.3. [Install] make clean; make; make test; make install; [Usage] For C, lib1stclass.so lib1stclass.a For C++, lib1stclass_cxx.so lib1stclass_cxx.a are available. You can find functions, methods and how to use this library by reading the source code of t/test.cpp.