How do you compile/build/execute a C++ project in Geany?
问题 I really didn't think it would be this difficult. Geany clearly has the ability to create projects, add files to the projects, compile the individual files, but then even after googling it I could not find a clear description of how to build and execute the project... It's pretty annoying because I really like the simplicity of Geany and its clean, uncluttered workspace, but this could be a deal breaker. 回答1: Geany doesn't compile projects. You can use a makefile to serve the same purpose;