7.12.2010 - bug fixes in PIString, all classes now based on PIString

This commit is contained in:
peri4
2010-12-07 19:13:15 +03:00
parent 08f214dbfa
commit 66d998f289
14 changed files with 194 additions and 145 deletions

View File

@@ -1,5 +1,6 @@
#include "pip.h"
int main(int argc, char * argv[]) {
cout << PIString::fromDouble(1.25E+1).toFloat() << endl;
PIString s;
cout << "x: " << endl;
};