搜索资源列表
TextQueryExpend
- C++primer第四版中的扩展文本查询,支持&|~ 注意输入查询条件的时候操作符与字符串之间要加空格。例如:~ it | ~ is 表示匹配既不含"it"又不含"is"的所有行。input.txt为查询文本。-The C++ primer fourth edition extended text queries, supported & | ~. attention to the input query spaces between the operator and the string. F
Tech_11_2_3
- 在标准C++中对容器元素重新排序的算法 本示例工程是学习C++Primer第四版时,对教程汇总泛型算法11.2.3的学习和调试的体会和总结-how to use stable_sort() in standard C++
CLR-Console
- 本程序为自己学习公共语言运行时、托管C++在VS2010上建立的控制台程序,为托管C++的入门程序。-This procedure for yourself to learn the common language runtime, managed c++ in VS2010 console program, established as managed c++ primer application.