Wednesday, July 27, 2011

console age calculator

Its long since I blogged, thanks to some unfinished network maintenance stuff. This time its a console age-calculator, the git version calculates the month and year and date difference given by the user, still its a good time pass and strong back-end for another Qt application :P.




source code:
github, wish me luck :)

to run the code, in terminal type:
$ g++ age.cpp -o age
$ ./age

No comments:

Post a Comment