Here’s my C++.NET (windows forms) course I did between 2011 and 2013. The course is intended for those who have prior knowledge in C++. This course was given to give a concept on User Interfaces and Event-driven Programming.
You can take a look at my slideshare account for this (and other) courses. Direct links for each slide is here:
- C++ Windows Forms L01 – Intro
- C++ Windows Forms L02 – Controls P1
- C++ Windows Forms L03 – Controls P2
- C++ Windows Forms L04 – Controls P3
- C++ Windows Forms L05 – Controls P4
- C++ Windows Forms L06 – Utlitity and Strings
- C++ Windows Forms L07 – Collections
- C++ Windows Forms L08 – GDI P1
- C++ Windows Forms L09 – GDI P2
- C++ Windows Forms L10 – Instantiate
- C++ Windows Forms L11 – Inheritance