Skip to content

carolestrella/calculadoraED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


BIBLIOTECAS UTILIZADAS:

<stdlib.h>
<stdio.h>
<math.h>
<string.h>
"pilha.h"
"calculadora.h"

INSTRUCOES DE COMPILACAO:

Compilar no terminal com:
gcc -c calculadora.c
gcc -c pilha.c
gcc -o main main.c pilha.o calculadora.o -lm

Executar o comando: ./main

About

Calculadora polonesa que transforma equações da forma infixa para a posfixa e as resolve.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages