This repo will be having the code snippets for the programs that are done as a part of coursework (OOPs). It will start off with basic concepts and then move on to higher level concepts. You can use Repl.it to run the code online easily, without setting up an environment.
This repository has almost all the beginner - intermediate level C++ programming code snippets that are covered in an Object Oriented Programming Lecture. Some of the main topics covered include :
- Introduction to C++
- Hello World - First program in C++
- C++ Data types
- C++ Operators
- Conditional statements
- Loops
- Functions