Software images:
- Develop a calculator to help students solve arithimectic problems.
- Interdisciplinary project
- Software as develop use C and GTK software.
I know is bunch of files, but now a explanin every file to make easy to understand this repo:
- 📁 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).
- 📄 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
- 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
😁