IDE for linux

think2

Senior member
Dec 29, 2009
223
2
81
Does anyone know if there is an IDE for Linux that can build a GCC C++ project without me having to learn how to use cmake or without having to write make files. i.e. you tell it the list of source files, libraries and target filename and set some compiler options and that's all you have to do.
 

sweenish

Diamond Member
May 21, 2013
3,656
60
91
Probably CLion, I think they have a Linux package. It's paid software.

Queue me saying that those tools aren't so bad to learn, and in the case of CMake, look really good on a resume.