평가 지수: - FREE: C와 C++은 별 차이 없음. - CHEAP: C++이 C 보다 약간 더 비용이 듬. - EXPENSIVE: C++이 C 보다 훨씬 더 많은 비용이 듬. 평가 항목: 1. encapsulation/classes 2. namespaces 3. inlining 4. operator overloading 5. constructors/destructors 6. references 7. inheritance and virtual functions 8. templates 9. STL(Standard Template Library) 10. RTTI 11. exceptions 평가 결과: encapsulation/classes : the cost of ..