Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 453 Bytes

programming

c++ programs It hass three programs:

  1. arcOfCircle.cpp
  2. circle.cpp
  3. rectangle.cpp

How To use?

  1. git clone "https://github.com/jasleenkaur/programming.git"
  2. 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 )
  3. Run the Program as: ./exe_name