KulenDayz Presentation “What’s new in Visual C++ 2010?”
On saturday 13th of June I gave a presentation on KulenDayz titled “What’s new in Visual C++ 2010?”. The presentation consisted of quite a few demos. This post contains links to the source code for all demos including articles giving some more details.
- Auto Type Deduction (Demo Source: AutoTypeDeductionDemo.zip)
- Move Constructors (Demo Source: MoveConstructorDemo.zip)
- MFC Task Dialogs (Demo Source: CTaskDialogDemo.zip)
- MFC Restart Manager (Demo Source: RestartManagerDemo.zip)
- SafeInt (Demo Source: SafeIntDemo.zip)
- Parallel Pattern Library (Demo Source: MatrixMulParallel.zip)