摘要: 突然又空,鉴于对cin对象的去值机制还不是很了解,就探究一番,并且记下来,方便以后复习。 1 #include <iostream> 2 3 int main(void) 4 { 5 using namespace std; 6 int date = 2; 7 char ch; 8 while (! 阅读全文
posted @ 2016-08-02 16:09 busui 阅读(1476) 评论(0) 推荐(0) 编辑