integer to string conversion

replaced sprintf-based  int-to-string functionality with built-in
intToString
This commit is contained in:
aleks-f
2012-11-22 10:08:46 -06:00
parent 9d420106e2
commit 9cd0f0b4f7
7 changed files with 532 additions and 185 deletions

View File

@@ -70,6 +70,8 @@ public:
void benchmarkStrToFloat();
void benchmarkStrToInt();
void testIntToString();
void setUp();
void tearDown();