Skip to content

ahamedrashid-me/calC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calC

simple calculator combination written by @ahamedrashid-me

C Calculator Program

A simple calculator program written in C that can:

  • Perform basic arithmetic operations
  • Check prime numbers
  • Check for leap years
  • Calculate factorials
  • Check if a number is a palindrome

How to compile:

gcc main.c -o main ./main

Or you may need to give it executable permission using sudo chmod +x main.c main

To do:

  1. add more mathmetical oparetion's functions
  2. calculate varius objects for example area of triangle ect.
  3. Unit conversion
  4. Curencey conversion
  5. GUI development

calC

About

simple calculator combination

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages