Saturday, December 31, 2011

rate your c++ skills from 1 to 10

常常會聽到你對c++了解有多少
如果從1~10分
你會給你自己打幾分

自己大概列出了我心中的評分標準


  1. knows well about C
  2. knows well about OOP, operator overloading, exception handling
  3. knows about how to use STL
  4. knows well about template
  5. knows well about 'Design Pattern'
  6. knows well about the Design and Implementation of STL, Loki and Boost
  7. knows well about the whole language design
  8. knows well about Compiler Design and Implementations, Optimization, and Code-generation (Assembly)
  9. knows well how to design by using C++
  10. Master