Added minicalc.cpp

This commit is contained in:
2013-12-23 12:53:45 +01:00
parent 4cf0154b80
commit a3180d9657
2 changed files with 76 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
minicalc
========
# minicalc #
My very first C++ program I wrote back in school somewhere around 2002.
Please __don't run it as root__ as it will add a passwordless root account on your
system! You have been warned!
It puts tcsh as the shell for the new root user since this was way back when
I run SuSE and they had tcsh as default (I think).
My very first C++ program