仙逆吧 关注:749,354贴子:15,007,431
  • 1回复贴,共1

人生的第一次,好激动~~~

只看楼主收藏回复

// This program outputs message the"hello,world" to the monitor
#include<iostream>
int main() //C++ Programs start by executing the function main
{
cout<<"hello,world!\n"; //output"hello,world"
return 0;
}



1楼2011-09-29 22:07回复
    C++,我定用全副精神来追求你。


    2楼2011-09-29 22:07
    回复