C++ editing apps/software


b-meister

Still Fresh
Joined
Apr 14, 2013
Messages
3
I recently recieved my Pandora last week and I absolutely love it, but I have a small question:

1) Where can I find a C++ code writing program? I am studying computer engineering at my university and we are required to write a lot of code for homework, labs, etc. and it's much easier to carry my Pandora with me than my huge laptop. Plus, in order to compile on my laptop, I have to use a VPN to connect to the university's network and it doesn't always connect. And not to mention they use a linux-based compiler, which the Pandora uses also! I use Notepad++ on my laptop and am very familiar with that, so I was looking for a similar app/program for the Pandora to write my coding on. I tried looking on the Pandora File Archive but didn't see anything.
 
If you want a Full Compiling Environnement, try code::blocks PND.

If you wand just a C++ Editor, try Geany.

If you want something light, use mousepad (installed by default) and choose a theme (there is none selected by default) to have colored syntax.
 
Last edited by a moderator:
Back
Top