Skip to content

BlueBudgieTech/FortranCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

What is this program?

A command line calculator created in fortran.

How to run the program

There are two ways to run this program

To run the program, make sure that you have gfortran installed first

Method 1: File explorer (recommended for beginners)

  1. Download this repository
  2. Navigate to the source folder (src)
  3. Double click the start.bat file

image

  1. Double click on extract all

image

  1. Double click on the start.bat file after it has finished extracting.

Method 2: Command line

  1. Download this repository
  2. Navigate to the file in command prompt with cd Downloads/FortranCalculator-main/FortranCalculator-main/src. Make sure to unzip the file first
  3. Once in the required folder, compile the fortran file with gfortran Calc.f90 -o Calc
  4. Run the program with start Calc

About

A CLI (Command Line Interface) calculator built in fortran

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published