October 15th, 2010 by Jakob

Yes, Moggen is still working on the conversion to C++ which will bring much better adherence to the DRY principle and thus potential for faster progress. Also, congratulations on the recent Natami 68000 progress and commits to AROS!

http://aros-exec.org/modules/newbb/viewtopic.php?post_id=48565#forumpost48565
October 7th, 2010 by Moggen

Yes, I applied the ideas from the C++ example I posted last time.
The example has a flaw: It can’t handle dependancies.
As I’m already having about 300 files I could not live without it.
But now I’ve got it running. It is maybe not 100% portable, but it is a start.

mmu/mmu.c is now known as mmu/mmu.cpp

So begins the conversion from structs and long function names into classes.