Skip to content

MatheusAraujo25/Abstract_calculator

Repository files navigation

Software name: Abstrac Calculator

Software images:


image|4X4 image|4X4

Project infos:

Static Badge Static Badge Static Badge


🎯 Projetct Goal and informations🔥

  • Develop a calculator to help students solve arithimectic problems.
  • Interdisciplinary project
  • Software as develop use C and GTK software.

Repo organization

I know is bunch of files, but now a explanin every file to make easy to understand this repo:

Folders:

  • 📁 apresentation_video
    • I record a video to introduce a software.
  • 📁 documentation_about_project
    • Here you find a Word document the content teoric informations about project.
  • 📁 executable_binary_windows
    • Contain a zip file to download a executable to Windows SO (Operational System).

Files:

  • 📄 Abstract_Calculator.bin
    • Executable binary for Linux.
  • 📄 Abstract_Calculator.c
    • All logic coddin.
  • 📄 compile_code
    • Same as makefile (shortcut to make a executable through use a file, in this file contents GCC comands to make a executable file).
  • 📄 interface.glade
    • GTK interface code.

Tip

🧑‍💻 If you want run the software in your machine, follow this steps:

  • 1 - Download the binary file.
  • 2 - Execute the binary file.
    • Windows click two times to executable file.
    • 🐧 Linux:
  • Is necessary add a permission to exec a file.
 chmod +x Abstract_Calculator.bin #Add a exec permission to file. 
./Abstract_Calculator.bin         #Exec a file

😁

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages