Friday, October 30, 2009

Commonalities and Variabilities of C++/Java/C#

Preface
  1. Introduction
  2. Why to Learn Programming Lanaguage
  3. Programming Paradigms
  4. Case Study
  5. Setup Development Environment
  6. Writing Your First Program
  7. Identifiers
  8. Structure of an Object Oriented Program
  9. Basic/Primitive Types
  10. Operators
  11. Value Type vs. Reference Type and Boxing vs. Unboxing
  12. Compound Types
  13. Object Orientation: Class and Struct
  14. Statements
  15. Advanced Operators
  16. Lab: HexEditor Business Logic
  17. Templates and Generics
  18. Advanced Concept of Object Oriented Constructs
  19. GUI Programming and Frameworks
  20. Components Programming
  21. Lab: HexEditor GUI
  22. Database Programming
  23. Web Programming
  24. Middleware Frameworks
  25. Unit Testing Frameworks

No comments:

Post a Comment