Quickly Fix GCC Fatal Error In Linux Mint/Ubuntu

Ubuntu/Linux Mint like most other Linux distributions by default comes with GCC pre-installed (The GNU Compiler Collection). So, you can directly write code in C/C++ and compile it from the Terminal. However, when using GCC, you may see errors during the compilation of C/C++ programs that look something like this. There is an easy fix for this. Install the build-essential package that has the required...