老师你好!下面是报错信息
来源:2-4 测试算法的性能
慕尼黑2208696
2019-08-27
‘void __cdecl SortTestHelper::sortTest(class std::basic_string<char,struct std::char_traits,class std::allocator >,void (__cdecl *)(T [],int),T [],int)’ : cannot use function
template ‘void __cdecl selectionSort(T [],int)’ as a function argument
写回答
1回答
-
liuyubobobo
2019-08-27
你这样给我一个报错信息,我是无法知道为什么报错的。
有一种可能,是你的代码书写有问题。也有可能是你使用VS,不支持函数模板的语法。可以参考本小节官方代码的注释:https://github.com/liuyubobobo/Play-with-Algorithms/tree/master/02-Sorting-Basic/Course%20Code%20(C%2B%2B)/04-Selection-Sort-Detect-Performance
这个课程的所有代码,都可以通过课程的官方github获得。源码是以小节的方式,和视频内容对应的。可以尝试下载这一小节的课程官方代码,在你的环境下运行,看是否有问题?如果没有问题,请仔细比对测试一下,看看自己的代码哪里有问题。
课程官方代码传送门:https://github.com/liuyubobobo/Play-with-Algorithms
继续加油!:)
00
相似问题