整理面試過常見的C\C++題目:

1. 基本觀念篇
常考名詞解釋
array
macros
static
sizeof
pointer
struct and union
bitwise operation
memory management
call by value, call by reference
break, continue
recursion
class inheritance order
what's the output of this function
virtual function
implicit conversions

2. 實作篇
linked list實作與相關操作
最大公因數
字串處理
找質數
sorting
tree

3. 口頭回答篇
什麼是static
什麼是virtual function
甚麼時候dtor該為virtual
什麼是pointer
什麼是STL
物件導向的觀念:封裝、繼承、多型

arrow
arrow
    全站熱搜

    coherence 發表在 痞客邦 留言(0) 人氣()