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 […]