📄 todo
字号:
KNOWN PROBLEMS AND PLANNED CHANGES* Finish missing stdio functionsmktempgetw, putwfgetline? fpurge? snprintf? (sprintf w/limit) vsnprintf? (BSD)* OptimizeString writes (printf, fwrite, sputn, fputs,puts, ...)* filebufTest and study for unusual uses: unbuffered files, putback,seeking, read+write files, ...* editbufClear up memory use conventions. Perhaps reference count marks.* parsebufClean up: Get rid of unused fields; nail down first-line conventions.Re-write to use backup capability.* iostream:Define eofbit and badfile to use stream's eof and err flags?Use width for input, precision.Formatting of floats and doubles.User-defined ios flags.Manipulators (use templates)Assignment of standard streams (cin, cout, cerr)* streambuf sub-classes for talking to ptys and/or sockets* Make sure that errors (e.g. write errors) get propagated(set _S_ERR_SEEN, set ios::badbit).* Documentation!!!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -