C++ Primer 第3章ex 3.7
摘要:
#include <string>
#include <iostream>
using namespace std;
void compareStr();
void compareStrSize();
int main()
{ while(true) { cout << endl << "1) 测试两个string对象是否相等" << endl; cout << "2) 测试两个string对象的长度是否相等" << endl; cout << "3 阅读全文
posted @ 2012-10-25 22:01 零风腾飞 阅读(119) 评论(0) 推荐(0)
浙公网安备 33010602011771号