Open SolraBizna opened 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.
std::string
The main anticipated difficulty is string formatting.
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.