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

📄 notes

📁 mini http server,可以集成嵌入到程序中,实现简单的web功能
💻
字号:

- The operators ++() ++(int) --(int) are all pre dec/incrementing
needs to be change so some are post dec/incrementing.

- make DblList use templates **

- need to tidy up the allocator stuff a bit, it still has some
structures intended to handle conditions when the program is
initializing and the PIInitHeap() function has not been called. This
is not part of the current model.

- remove the /w option to MSVC4.2 to enable warnings, do something
about all the warnings on bool.... It seems MSVC doesn't implement
bool but complains when you try to define bool yourself. Stupid.

⌨️ 快捷键说明

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