📄 notes
字号:
- 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 + -