balance
is a small project aiming to balance simple chemical reaction equations.
The main developers are from the Harbin No.3 High School Information Science Association Programming Division.
The project is written in pure C++.
We use GNU Make as the compilation tool.
So it’s pretty easy to compline and use the program.
After downloading it, all you have to do is to open the terminal, enter folder "balance-main"’s path , and input:
make
And you can find the executable program named "main" in the folder.
Double click the executable program and you can use it.
Feel free to edit the balance project, you can add new functions to it such as ionic equation.
GPLv2 © Harbin No.3 High School Information Science Association Programming Division