Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

go to terminal and type cd then press space and type the folder your cpp program is in and press enter then enter the g++ command (along with the cpp file) and it should be done the app itself will be in that folder it'll be named "a" if u want to name it when compiling type the g++ command normally then press space and type -o "the name of app" and it should work

thanks