⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 introduction_doxy.txt

📁 DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.
💻 TXT
字号:
// The following text is included in the main documentation page by doxygen
/*! \mainpage vcl : Cross platform STL Library
* A suite of STL classes that will work across many platforms.
*
* Basically, when you want std::string, use vcl_string.
*
* The job of vcl is to fix your compiler.
* C++ is not just a language; the standard also includes an extensive library of classes
* and functions, which make ISO C++ a powerful and useful tool for building computer
* programs. Unfortunately, few C++ compilers available in 2001 have a bug-free
* implementation of the standard, so we have to supply our own bug fixes.
*
* Usage:
* - Instead of including standard header <foo>, use <vcl_foo.h> instead.
* - Wherever you wish to use standard class or function foo, you should write vcl_foo instead.
*
* This may seem excessive, but one gets used to it very quickly, and it quickly indicates
* to novice C++ programmers which functions are from the standard library. You might
* think that the designers of vxl{} would have been clever enough to avoid the
* vcl_ prefix by using fancy compiler flags, and many #defines. However, that way lies
* madness--trying to confuse a C++ compiler always rebounds on one.
*
*
* \section Lead Developer
* Fred Schaffalitzky is responsible for co-ordinating significant changes to vil.
* http://sourceforge.net/sendmessage.php?touser=294676
*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -