摘要: 退出時(shí)執(zhí)行物定的函數(shù) 閱讀全文
摘要: STL容器基本使用資料 閱讀全文
摘要: 豆包獲獎(jiǎng)了~~http://mobile.yesky.com/395/3479395.shtml 閱讀全文
摘要: string 類的常用方法及函數(shù)操作意義,C++初學(xué)著入門必備。 閱讀全文
摘要: Mysql++是用C++封裝的高效連接Mysql的類庫(kù),于2007-04月正式發(fā)布,本人在開(kāi)發(fā)無(wú)線產(chǎn)品豆包(http://www.playing.com.cn)時(shí)用到了此庫(kù),時(shí)間倉(cāng)促,初步研究,錯(cuò)誤之處再所難免,歡迎批評(píng)指正 閱讀全文
摘要: 發(fā)信人: yanhouyi (淚別), 信區(qū): Love
標(biāo) 題: 把女友升級(jí)為老婆的時(shí)候發(fā)生的BUG
發(fā)信站: 天大求實(shí)BBS (Sun Jun 17 22:03:11 2007), 本站(bbs.tju.edu.cn) 閱讀全文
標(biāo) 題: 把女友升級(jí)為老婆的時(shí)候發(fā)生的BUG
發(fā)信站: 天大求實(shí)BBS (Sun Jun 17 22:03:11 2007), 本站(bbs.tju.edu.cn) 閱讀全文
摘要: Like C, C++ does not have built-in input/output capability. All C++ compilers, however, come bundled with a systematic, object-oriented I/O package, known as the iostream classes. The stream is the central concept of the iostream classes. You can think of a stream object as a smart file that acts as a source and destination for bytes. A stream's characteristics are determined by its class and by customized insertion and extraction operators. 閱讀全文