View Single Post
Old 03-22-2010, 05:22 AM   #6
Hygelac
New Member
 
Join Date: Jun 2009
Posts: 3
Hygelac is on a distinguished road
Re: Recommend a C++ codebase

Thanks for the heads up. I was not even aware that version 2.1.4 existed.

Yea, I now what you mean about frustrating compiler standards. It took me close to 40 hours to make AFK 1.6.3 compile in g++. Almost all of that was fixing const correctness.

Ok, fair enough. AFK is a great code base. I'll merge Xenobia into AFK 2.1.4 and write any additional functionality I need. The std::string is the most important part anyways, since the majority of the code does text processing. The logic code does not have to change much, mostly changing data types. At this point, I might as well forget about refactoring the data structures and globals into a tighter scope. I'll cross that bridge if I have to.
Hygelac is offline   Reply With Quote