Show DevBest Calculator Program

Status
Not open for further replies.

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
I made this since this was faster than the Calculator on my School computer and I didn't have to reset it every time. Figured I'd release it or something.


Screenie:
and yes, you can put words instead of numbers, for the fun of it. it just results in a 0.


Enjoy.
 

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
You can easily convert .bat to .exe :p

Code:
@echo off
title Calculator by iTes0
:top
echo.
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
echo --------------------------------------------------------------
pause
goto top
pause
exit
 

Markshall

Русский Стандарт
Contributor
Dec 18, 2010
2,638
2,393
Can you not just paste the code, I really cba to download it but I want to view the code.
 
Status
Not open for further replies.

Users who are viewing this thread

Top