f***g 发帖数: 214 | 1 正在看Algorithm in C++. 有个问题:
看书上说,为了保证以后的可扩展和可移植,代码中都不使用STL和STL Algorithm,都
是自己写的。不知道面试的时候,如果要求写代码,可以直接使用STL吗? | b******v 发帖数: 1493 | 2 为什么用STL不好扩展?
【在 f***g 的大作中提到】 : 正在看Algorithm in C++. 有个问题: : 看书上说,为了保证以后的可扩展和可移植,代码中都不使用STL和STL Algorithm,都 : 是自己写的。不知道面试的时候,如果要求写代码,可以直接使用STL吗?
| f***g 发帖数: 214 | 3 可能我“翻译”的不对。原文如下:
"to implement basic algorithms arises frequently. The primary reason to do
so is that we are faced, all too often, with completely new computing
environments with new features that old implementations may not use to best
advantage. In other words, we often implement basic algorithms tailored to
our problem, rather than depending on a system routine, to make our solution
more prtable and longer lasting......Another common reason to reimplement
basic algorithms is the mechanisms t | c**********n 发帖数: 516 | 4 re
【在 f***g 的大作中提到】 : 正在看Algorithm in C++. 有个问题: : 看书上说,为了保证以后的可扩展和可移植,代码中都不使用STL和STL Algorithm,都 : 是自己写的。不知道面试的时候,如果要求写代码,可以直接使用STL吗?
|
|