Is there a port of ROM to C++? I am looking for diku/rom derivatives that were written in C++.
Rom port to C++
Posted by Npp83 on Wed 09 Feb 2011 08:52 PM — 3 posts, 17,723 views.
A while ago I ported Smaug to C++. I'm not sure of its status in the main SmaugFUSS project right now.
Search this forum for a discussion about it, it is a little tedious initially, and it gets more tedious the better a job you do. Principally because of the need to change malloc and free to new and delete.
Search this forum for a discussion about it, it is a little tedious initially, and it gets more tedious the better a job you do. Principally because of the need to change malloc and free to new and delete.
There was some work done here:
http://www.mudbytes.net/index.php?a=forum&f=36
but it sort of stagnated. I think that RaM Ice is the C rework, and RaM Fire is the C++ rework. There's a subversion repository, I believe, that you could check out although I have no idea how useful the contents would be.
http://www.mudbytes.net/index.php?a=forum&f=36
but it sort of stagnated. I think that RaM Ice is the C rework, and RaM Fire is the C++ rework. There's a subversion repository, I believe, that you could check out although I have no idea how useful the contents would be.