摘要:
示例程序:#include#includeusing namespace std ;class StudentT{public : int id ; string name ;public : StudentT ( int _id , string _name ) : id ( _id ), name ( _name ) { } int getId () { return id ; } string getName () { return name ; }};inline bool operator st ; StudentT s1 ( 0 , "Tom" ); Stude 阅读全文
posted @ 2013-10-25 12:23
yunsicai
阅读(9060)
评论(0)
推荐(0)
浙公网安备 33010602011771号