摘要:
#include #include using namespace std; class Screen; class ScreenPtr; class Screen { public: typedef string::size_type index; Screen(int r = 4, int c = 3) { contents.resize(r * c, '#'); he... 阅读全文
posted @ 2011-01-13 20:24
Cranny
阅读(267)
评论(0)
推荐(0)
浙公网安备 33010602011771号