文章分类 -  [c++]

摘要:struct student { int num; char name[20]; float grade; }; 阅读全文
posted @ 2008-11-20 20:26 雨城 阅读(138) 评论(0) 推荐(0)
摘要:#define YES 1 #define PI 3.1415926 #define RAD PI/180 #define MESG "This is a string." 阅读全文
posted @ 2008-11-20 18:55 雨城 阅读(122) 评论(0) 推荐(0)
摘要:#define MAX(a,b) ((a)>(b) ? (a):(b)) 阅读全文
posted @ 2008-11-20 18:40 雨城 阅读(112) 评论(0) 推荐(0)
摘要:#define PI 3.1416 #if 1 cout"i="iendl; #endif 阅读全文
posted @ 2008-11-20 17:34 雨城 阅读(324) 评论(0) 推荐(0)