タダで使えるBorland C++ Part5
at TECH
448:本田
07/02/19 00:54:17
> This is the home of the dbg library, a debugging library for C++.
>dbg library features include:
> * Expressive constraint checking utilities
> * Integrated stream-based logging facilities
> * Execution tracing support
> * Differentiates between different sources of diagnostics - you can enable/disable them all independently
> * Easy to use, powerful, configurable
> * assertion behaviour can be altered at runtime (abort, throw, or continue)
> * Integrates well with modern C++ code
> * Can be compiled out with no overhead
URLリンク(dbg.sourceforge.net)
> The dbg library is not platform specific, all that is required to use it is a sufficiently standards compliant compiler. dbg has been built on the following compilers:
> * gcc 3.0 - 3.3
> * gcc 2.95.3
> * gcc 2.96
> * Microsoft Visual C++ 6.0
> * Borland C++ 5.5.1
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5492日前に更新/217 KB
担当:undef