notes
来自「mini http server,可以集成嵌入到程序中,实现简单的web功能」· 代码 · 共 16 行
TXT
16 行
- 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 + =
减小字号Ctrl + -
显示快捷键?