to read a file with 100000 characters into memory, memory map saves 2.282 seconds compared with in_file.get.
在Visual studio 2003中断点调试时,欲访问vector的某个元素vector[i],结果提示说:
CXX0058: Error: ov erloaded operator not found.
程序并没有错,也可以正确运行。
看来是Visual studio 2003的调试工具不支持stl的某些结构。
CXX0058: Error: ov erloaded operator not found.
程序并没有错,也可以正确运行。
看来是Visual studio 2003的调试工具不支持stl的某些结构。
没有谁的大脑能容得下一个现代的计算机程序(Dijkstra1972)
一旦你能理解软件开发中任何其他技术目标都不如管理复杂度重要时,众多设计上的考虑就都变得直截了当了。