Android to SMS to Email Forwarder

Hello, I wrote a simple SMS To Email Forwarder App for android. I’ve tired to post it on Google play , but they have strict policy when it comes to accessing SMS Messages and they require default handler, which is not the case with this application.

Java Book – Programming Using Java

Hello, I just wanted to post this to everyone , this book is one of the best books I ever read in Java Programming; It’s practical and free.  Introduction to Programming Using Java, Eighth Edition Hope you enjoy it and good luck. –Saeed 🙂

Random Numbers C++17

Hello!! It’s been a while that I have posted something here…. Today I was reading new C++ book with 2017 standards. It’s amazing how fast things been changing in C++ and it’s evolving quickly. Even-though changing the habit is hard, I like where C++ is going to. Here is an example of Generating Random Numbers […]

C++ Progress Bar

Hello,…… One of the things that was always fascinated me was the implementation of Progress Bar with console applications. If you ever used applications such as “wget” you know the progress bar is used to notify the user about the progress of the download or the process. Here is the C++ source code of the […]