= = = = = = = = = = = = = = = = = = =
for Dev C++
= = = = = = = = = = = = = = = = = = =
/*Hello World*/
#include
using namespace std;
int main() {
cout << "Hello! World!\n";
cout << "哈囉! C++!\n";
system(" PAUSE" );
return 0;
}
= = = = = = = = = = = = = = = = = = =
for MS VC++
= = = = = = = = = = = = = = = = = = =
/*Hello World*/
#include
using namespace std;
int main() {
cout << "Hello! World!\n";
cout << "哈囉! C++!\n";
return 0;
}
arrow
arrow
    全站熱搜

    albert1225 發表在 痞客邦 留言(0) 人氣()