If g++ is not installed in your Linux distribution, execute the following command to install g++
- sudo apt update
- sudo apt install g++
PosixExample: Contains example CPP code to demostrate Thread Creation, Mqueue Implementation between two threads, Semaphore implementation between two threads. In future, will add more examples.
- cd PosixExample
- make all
cppExample: Contains example CPP code to demostrate Object Orientation Concepts: Polymorphism, Inheritance etc. In future, will add more examples.
- cd cppExample
- make all