Aleph-Bet-Marathon / alephbet

Open source continuation of the Marathon 2 game engine.
GNU General Public License v3.0
0 stars 4 forks source link

Elimination of C strings #14

Open SolraBizna opened 4 months ago

SolraBizna commented 4 months ago

Aleph Bet currently uses a lot of C-style strings internally. Most or all of them can be replaced with std::string.

The main anticipated difficulty is string formatting.