c++ programs It hass three programs:
- arcOfCircle.cpp
- circle.cpp
- rectangle.cpp
How To use?
- git clone "https://github.com/jasleenkaur/programming.git"
- Compiling each program with g++: g++ -o outputFile filename.cpp (o option is used to produce executable file of name same as mentioned(exe_name) of filename.cpp. By default its executable file is a.out, run as ./a.out )
- Run the Program as: ./exe_name