git-svn-id: svn://db.shs.com.ru/pip@208 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2016-07-24 19:34:37 +00:00
parent 314c4a1a9b
commit 8befd35fd6
4 changed files with 23 additions and 9 deletions

View File

@@ -31,12 +31,6 @@ public:
};
int main (int argc, char * argv[]) {
PIFile::setDefaultCharset("utf8");
piCout << PIFile::defaultCharset();
PIFile::setDefaultCharset("cp1251");
piCout << PIFile::defaultCharset();
return 0;
VC<30, double> x(1.5), y(3.3);
double r = 0.0;
PITimeMeasurer tm;