= = = = = = = = = = = = = = = = = = =
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;
}
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;
}
全站熱搜
留言列表