2008年8月6日星期三

编程的探索.

终于到了我进阶的时候了!
忍了这么久的ChiZR终于要爆发了.当天晚上就跑到书城里买了本这个.
这是一本经典的C++入门.刚开看就已经有难度.书上超多概念性的问题.
但是我还是不负众望写了我的第一个程序!o(∩_∩)o...哈哈虽然很烂.只可以记录文字.不过对于我来说已经很有分量了.
附上程序:
#include
int main()
{
std::cout <<"Hello! This is ChiZR's frist program---a note.This just is a very small program.But this is very important and special for me.Now you can input some word!Thank you!\n";
char response;
std::cin >> response; return 0;
}
有机会下载个VC试试吧!

没有评论: