資源簡介
C++實戰源碼-輸出帶邊框的問候語(入門級實例033).zip
代碼片段和文件信息
//?frame.cpp?:?Defines?the?entry?point?for?the?console?application.
//
#include?“stdafx.h“
int?main()
{
printf(?“╔═════════════════╗\n“);
printf(?“║??????????????????????????????????║\n“);
printf(?“║????????您好!????????????????????║\n“);
printf(?“║????????謝謝您對本書的支持!??????║\n“);
printf(?“║????????明日科技,編程詞典。??????║\n“);
printf(?“║??????????????????????????????????║\n“);
printf(?“╚═════════════════╝\n“);
return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????515??2010-07-23?09:38??fr
?????文件????????4524??2010-07-23?09:28??fr
?????文件?????????535??2010-07-23?09:28??fr
?????文件?????????292??2010-07-23?09:28??fr
?????文件?????????769??2010-07-23?09:28??fr
評論
共有 條評論