资 源 简 介
SSD5_EXE3练习题
if (!testConstructors()) {
cerr << "Constructor and\or accessors failed check
"
return EXIT_FAILURE
}
if (!testLessThan()) {
cerr << "Operator < failed check
"
return EXIT_FAILURE
}
if (!testInsertion()) {
cerr << "Operator >> failed check
"
return EXIT_FAILURE
}
cout << "All tests passed
"
return EXIT_SUCCESS