@echo off title Building C++ Program echo Building Program... del a.exe g++ -g main.cpp echo Building Complete! pause>nul