[youtube=http://www.youtube.com/watch?v=tc4ROCJYbm0&w=640&h=480]
Tag: C++
Interest Calculator
Recently I found myself calculating interest and interest duration, I heaven’t found any decent tool for this so I did one by myself in C++. It does nothing else but prints the numbers you were […]
Gas Consumption Converter
If you are like me, you enjoy watching car reviews, but get annoyed hearing gas consumption you can’t understand; MPG or L/100km. Here is a simple program I wrote in C++ solving this issue. Feel […]