Need some C++ Info

primem0ver

Emperor
Joined
Jun 16, 2006
Messages
1,158
Location
Peoria, AZ
I need to know what kind of libraries I can use when designing my C++ code so I have a few questions I need answers too.

What version of C++ (language) is used in the C2C Build?
What developing platform? (Visual Studio?) What version?
Is the standard namespace used? I would like to use some things like std::shared_pointer<typename>. Will that be compatible with C2C and the Civ4 sdk?

I just want to make sure the classes I build will be compatible with the language structure and libraries currently being used. Thanks.
 
Thanks.
 
Nope. I will get that when I am ready for it. I am still adapting code for the test app. Should take about another week or so. Then another couple weeks to do some basic value testing for ocean gyre currents. I discovered that I can't really do this without those and they should be relatively easy to figure out. Then I should be able to start integrating the Georealism engine. I will download it then.
 
Nope. I will get that when I am ready for it. I am still adapting code for the test app. Should take about another week or so. Then another couple weeks to do some basic value testing for ocean gyre currents. I discovered that I can't really do this without those and they should be relatively easy to figure out. Then I should be able to start integrating the Georealism engine. I will download it then.
I think you'll like the Github arrangement that was setup by Bill earlier this year.
 
Back
Top Bottom