Skip to content

Let us build our own Calculator with Go Lang, fyne.io Framework, TDM GCC Compliler

Notifications You must be signed in to change notification settings

ankitkumar734ac/CalculatorWithGoLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Calculator With Go Lang

Project Description

In this project we are going to build a calculator which will have functionalities such as - History, Back, Clear, opening bracket “(”, closing bracket “)”, division “/”, multiplication “*”, addition “+”, subtraction “-”, equal to “=”, decimal point/dot “.”, and 0 - 9 decimal digits.

Tech Required

  • Go Lang
  • fyne.io Framework
  • TDM GCC Compiler
  • Code Editor

Design UI

Extra Features

  • Whenever we click on our “History” button we want to remove the string from the array and display it on our history.
    • How it work
      • Now inside our history function, we’ll run a reverse for loop because we want to print the last string of operation as our recent most history. Then well add the history array inside our history string.And will print each operation on a new line.

Thanks Pepcoding

About

Let us build our own Calculator with Go Lang, fyne.io Framework, TDM GCC Compliler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages