Home→Forums→MonoBrick EV3 Firmware→Convenient IDE for Mono C# for EV3 needed!→Reply To: Convenient IDE for Mono C# for EV3 needed!

Helmut Wunder
yes, maybe that’s the point – I really do have issues working with OOP by programs like Java or C# – I’m used to program procedural, no local, no private, no encapsulated ones, just ANSI C-like, everything public and global.
Just by these ANSI C functions I also once wrote my neural nets for the NXT and my chess robot move generator.
The OOP issues probably for those 100000 different classes and platforms also are one the reasons why I don’t get along with all those features of your IDEs which confuse me –
nevertheless, using Sketch C/C++ I dont’ have problems using the very simple stripped-down Sketch IDE, even for C++ objects. 😉
Follow