Skip to content

This repository contains a collection of educational material and exercises for learning basic object-oriented programming in C++

Notifications You must be signed in to change notification settings

nhtlongcs/basic-object-oriented-programming

Repository files navigation

Basic-Object-Oriented-Programming

This repository contains a collection of educational material and exercises for learning basic object-oriented programming in C++. The material is intended for students who have some experience with programming in C++, but who have not yet learned object-oriented programming. See the course website for more information. This can be used to teach basic object-oriented programming concepts. The material is designed to be used in a classroom setting, but can also be used for self-study.

The author of the course material is Msc. Nguyen Minh Huy, lab exercises are being used in the course belong to the Msc. Tran Duy Quang, both are Lecturers of Software Engineering at the University of Science, HCMC.

Call for Pull Requests

There are missing lecture notes in this repository. We would greatly appreciate contributions from anyone in the VNU course community to help fill these gaps.

Environment

Requirement: You need to have a C++ compiler installed on your computer. You can use any compiler you like, but the following instructions are for the GNU C++ compiler (g++). If you are using a Linux computer, you can install the g++ compiler using the following command.

sudo apt-get install g++
sudo apt-get install make

Learn how to compile source code for this course using the Makefile and the template directory.

Syllabus

Disclaimer: This material is provided as-is. The author is not responsible for any errors or omissions in the content of this material. The author does not guarantee that the material is complete, correct, and/or up-to-date. Be responsible with your learning.

About

This repository contains a collection of educational material and exercises for learning basic object-oriented programming in C++

Topics

Resources

Stars

Watchers

Forks