摘要:
上次写给一个朋友看的。#include <iostream>using namespace std;struct Test{Test& operator ( ) ( ){cout << "当";return *this;}};int main(){Test () () () () () () () () () ();cout << endl;cout &... 阅读全文
posted @ 2005-08-02 16:05
cpunion
阅读(556)
评论(1)
推荐(0)

浙公网安备 33010602011771号