Download
News
- Visualizing Code to fail faster
- What will happen to the Used game market with next-gen consoles
- Prince of Persia source code found after 23 years, will be open sourced
- Jason: SFXR http://www.drpetter.se/project_sfxr.html
- Patrick: DC Universe Online http://www.dcuniverseonline.com/
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
- Codeblocks
- Eclipse CDT
- Boost
Uses
- Game Programming
- Embedded Computers
- Web Browsers