My new interest…

Like the old latin adage says “Tamdiu discendum est, quamdiu vivas”, I have developed a new and strong interest in C++ & Java – on a personal level. It’s really no big deal as I am already used to working with so many bunch of codes in PHP… My point is that you ...

Newbie Console Calculator with C++ Classes

Ok, the classes story seems to be running everyone crazy. Here is a teeth bite of the much you can do with classes… If you are interested, you can  go through the code and try new values for yourself. Classes are not that difficult after all! /* Project: Simple Console Calculator with C++ ...

Simple Paypal Fee Calculator with C++

Here is a simple C++ program that will output how much you get when you charge certain amount on Paypal and how much you should charge to get a particular amount. Program Details This program was written with Code Block IDE/compiler. Paypal charges 2.2% + $0.30 of every payment you receive. /* ...