Changeset 2694 in Sophya for trunk/SophyaProg
- Timestamp:
- Apr 26, 2005, 2:07:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tstsegdb.cc
r2659 r2694 44 44 sgds[8] = "BbbBBbb"; 45 45 sgds.Print(cout, 4, " ; "); 46 46 cout << "1.b/ Appel operateur copie : sgsdscp = sgds " << endl; 47 SegDataBlock<string> sgdscp; 48 sgdscp = sgds; 47 49 { 48 50 cout << "2/ Ecriture segi sgds et ssegi dans segdb.ppf " << endl;
Note:
See TracChangeset
for help on using the changeset viewer.