20 Jan
2006
20 Jan
'06
1:41 p.m.
Wouldn't the typical user have to replace all the char * and char [] with boost::fixed_string<n>? What are the advantages over replacing them with string or even boost array and overloading the appropriate C api calls?
std::string doesn't have a mutable buffer and uses dynamic allocation. boost::array doesn't have a basic_string interface