Re: Using C++ and C
Posted: Tue Sep 27, 2016 1:09 pm
In my opinion, C++ makes it nicer to structure your code and gives you some cool other stuff you can use very well. Yes you need to be careful with some things, but it's really not that bad.Lowl3v3l wrote:The better question for me is : in a ( most likely rather small kernel) : is it worth it? Do you want to use specific features to C++ in such an order of magnitude that it is necessary? Some project leaders especially in Microkernels have concluded that using C++ wouldn't add anything to their kernel so they stick with C because its easier to supply all needed code for it and it does less magic.