todo

来自「从FFMPEG转换而来的H264解码程序,VC下编译..」· 代码 · 共 16 行

TXT
16
字号
Things TODO.

Write more tests.  Try to test every function with at least two valid and
	one invalid value.  For templates test with at least two primitive
	as well as one class data type.

Replace the IO stream library with an unbuffered version.  This should be
	both easier to maintain as well as result in smaller code.
	Remember that pbackfail and similar functions must work properly
	according to spec.

Change ostream code so that it uses fill/width properly

Clean up the list header - factor out common code of many of the function
	to make everything smaller - maybe

⌨️ 快捷键说明

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