ttmath/ttmath
Tomasz Sowa d3a64b79ca added: support for wide characters (wchar_t)
wide characters are used when macro TTMATH_USE_WCHAR is defined
       this macro is defined automatically when there is macro UNICODE or _UNICODE defined
       some types have been changed
        char               -> tt_char
        std::string        -> tt_string
        std::ostringstream -> tt_ostringstream
        std::ostream       -> tt_ostream
        std::istream       -> tt_istream
       normally tt_char is equal char but when you are using wide characters then tt_char will be wchar_t (and so on)
       (all typedef's are in ttmathtypes.h)


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@177 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-07-02 01:04:25 +00:00
..
ttmath.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathbig.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathint.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathobjects.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathparser.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathtypes.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathuint.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathuint_noasm.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathuint_x86.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00
ttmathuint_x86_64.h added: support for wide characters (wchar_t) 2009-07-02 01:04:25 +00:00