Console C++ Target and alternative IDE

Monkey Forums/Monkey Programming/Console C++ Target and alternative IDE

lejmer(Posted 2012) [#1]
Is there a working C++ console application target available? I would like to write some command line utilities and no target for that is included in the version I bought.

If there is such a thing, where can I get it and how do I add targets? I imagine I will need to recompile trans to add targets and somehow add it to Ted?

Also, is there a more professional IDE available for purchase anywhere?


invaderJim(Posted 2012) [#2]
JungleIDE is what I use. It's very well done and has a lot of advanced features.

As for console applications, stdcpp is the target you would use for that. If it's not showing up for you, and you're on windows, you'll need to set up MinGW then give its installation directory to your bin/config.winnt.txt file in your Monkey folder.


lejmer(Posted 2012) [#3]
Ahh, thank you! Looked into JungleIDE and it looks promising. Will try the demo and buy it if I like it more than Ted (which I probably will, hehe).