How to make a simple CLI application in C++
In this tutorial, we will learn how to make our command-line application in C/C++ and run it as a normal command in our Linux terminal.
We will make an application that will prompt our Linux distro's name.
First, let us start by making our C++ file....
zaidhassan.hashnode.dev2 min read