Monday, April 9, 2012

Episode 13: C++


Download

News
Tool of the Biweek

C++

History
  • Developed by Bjarne Stroustrup
  • Began as “C With Classes”
  • C++-0X


Features
  • Virtual functions
  • operator overloading
  • multiple inheritance
  • templates
  • exception handling

Strengths
  • Very fast
  • Object-Oriented paradigm supports huge programs

Weaknesses
  • No reflection
  • Memory Corruption
  • Weak Cross Platform Concurrency

Tools
  • Codeblocks
  • Eclipse CDT
  • Boost

Uses
  • Game Programming
  • Embedded Computers
  • Web Browsers