Compiling C++ Using Terminal
Prerequisites
GCC compiler
For Windows, you will need to install mingw
For Linux, you will need to refer to your distributions package manager
For Mac, you will need to use brew
Compiling C++ Using Terminal
First, let's make a simple C++ file na...
blog.raahimfareed.com2 min read