In this post I’m not doing in depth discussion on how these standard libraries works behind the scene. I will just show what they do and how to…
The basic workflow of c++ code is: source file-> compiler -> executable binary file. But how do we get to the executable binary file…