jtabatch
Posts: 1
Joined: Mon Dec 05, 2016 5:39 pm

C++ IDE

Thu Jan 12, 2017 7:43 pm

What is good C++ IDE that will run in raspian. I am familiar with Eclipse , will that work.

Thanks

Justin

axhuelsmann
Posts: 1
Joined: Fri Jan 13, 2017 2:06 pm

Re: C++ IDE

Fri Jan 13, 2017 2:10 pm

Try Geany! It's not as big as Eclipse, works nice, and should be already on the raspian image.

User avatar
Pwl2
Posts: 22
Joined: Mon Mar 23, 2015 7:04 am
Location: Warwickshire

Re: C++ IDE

Sun Jan 15, 2017 6:26 pm

Geany looks good but my problem with it is I have a code editor which I have used for xx! years and lets you set up your own keyword expansions etc. in any language. (http://www.tangbu.com/x2main.shtml) and in Geany you cannot (as far as I know) change the editor as it is basically built around its own. Eclipse is too heavy for me (I code on Windows as the laptop is faster) but I just dont like Eclipse. I am still looking for an IDE that will do what I want on my development platform so at the moment I just use GNU make. Final gold code will be via built on the PI (after testing on Windows of course ;) ). Dont know if this helps.

PWL
Pwl2

User avatar
Edders
Posts: 20
Joined: Mon Mar 23, 2015 10:13 am
Location: Worcester, UK
Contact: Website

Re: C++ IDE

Wed Jan 25, 2017 10:56 am

I can heartily recommend Code::Blocks for C/C++ development on the Pi. I have used it on the Pi2 and the Pi3 and runs fine for my development use.

Return to “C/C++”