摘要
结合C++探讨了利用模板技术和STL进行泛型编程,可以极大地改变我们的编程方式,使程序代码更具有可重用性和可维护性。
The programming mode has been greatly changed by utilizing the template and STL in C++.And the reusabiligy of the programming code can also improve.
出处
《电脑学习》
2007年第2期47-48,共2页
Computer Study
关键词
泛型编程
模板
STL
Generic Programming Template STL