Changeset 1343 in Sophya for trunk/SophyaProg/Tests/tnt.cc
- Timestamp:
- Nov 24, 2000, 10:48:18 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tnt.cc
r1326 r1343 98 98 cout << " float->string: fvu= " << fvu << " (string)fvu=" << (string)fvu << endl; 99 99 cout << " int->string: ivu= " << ivu << " (string)ivu=" << (string)ivu << endl; 100 complex<double> zzd = zvs; 100 101 cout << "String->complex<double>: zvs = " << zvs 101 << " (complex<double>)zvs= " << (complex<double>)zvs<< endl;102 << " (complex<double>)zvs= " << zzd << endl; 102 103 cout << "String->double: dvs = " << dvs 103 104 << " (double)zvs= " << (double)dvs << endl;
Note:
See TracChangeset
for help on using the changeset viewer.