摘要:
; states our intent to use these names from the namespace std using std:: using std::string; int main() { string s; // ok: string is now a synonym for std::string cin >... 阅读全文
posted @ 2006-12-07 19:48 明飞 阅读(288) 评论(0) 推荐(0)
|
|||
|
摘要:
; states our intent to use these names from the namespace std using std:: using std::string; int main() { string s; // ok: string is now a synonym for std::string cin >... 阅读全文
posted @ 2006-12-07 19:48 明飞 阅读(288) 评论(0) 推荐(0) |
|||