目录故事开场代码解析功能块 1:把文件读进来功能块 2:用“网址捕手”抓链接功能块 3:把结果写成新文件功能块 4:一键启动入口如果还想更厉害扩展点子 1:批量扫描整个文件夹扩展点子 2:加个迷你窗口,
I am migrating some C++ code from structures to classes. I was using structures mainly for bit-field optimizations which I do not need any more (I am more worried about speed than saving space now).