interview questions# Programming - 葵花宝典
j*k
1 楼
【 以下文字转载自 JobHunting 讨论区 】
发信人: jobseek (seeking+jobs), 信区: JobHunting
标 题: interview questions
发信站: BBS 未名空间站 (Mon Nov 19 12:19:42 2007), 转信
1. How can you force instantiation of a template? Explain with example.
2. What is an algorithm (in terms of STL/C++ standard library)?
3: Is anything wrong with the following code fragment:
T *p = 0;
delete p;
发信人: jobseek (seeking+jobs), 信区: JobHunting
标 题: interview questions
发信站: BBS 未名空间站 (Mon Nov 19 12:19:42 2007), 转信
1. How can you force instantiation of a template? Explain with example.
2. What is an algorithm (in terms of STL/C++ standard library)?
3: Is anything wrong with the following code fragment:
T *p = 0;
delete p;