Skip to content

jasleenkaur/programming

Repository files navigation

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

About

c++ programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages