Legend:
- Unmodified
- Added
- Removed
-
test0.cpp
r2 r5 11 11 { 12 12 13 RV th = RV("1 2","{a b }","1 1","0 0","0 0"); 13 RV th = RV ( "1 2","{a b }","1 1","0 0","0 0" ); 14 RV r = RV("3 4"); 15 int i =0; 14 16 15 cout << th << th<< endl;17 cout << th << r << th(ivec(&1,1)) << endl; 16 18 17 18 19 //Exit program: 20 return 0; 19 21 20 22 }