This page is dedicated to the Introduction to Programming module at VGU, the academic year 2017-2018
1. Slide
- Chapter 1: Basics hardware and OS
+ Exercise
- Chapter 2: Fundamentals of C/C++
+ Exercise
- Chapter 3: Selection and Iteration structures
+ part 1: selection structures and exercises
+ part 2: iteration structures and exercises
- Chapter 4: Struct, Array and Pointer
+ part 1: struct and array
+ part 2: pointers
- Chapter 5: Functions and Object-oriented programing
+ Circle.h; Circle.cpp; TestCircle.cpp
+ Time.h; Time.cpp; TestTime.cpp
2. Announcement
- Code::Blocks for programming C/C++ in Window OS
- Dev-C++ is another IDE that can be used for developing C/C++ application in Window OS