http://www.study-area.org/coobila/tutorial_387.html

albert1225 發表在 痞客邦 留言(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;
}

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

http://caterpillar.onlyfun.net/Gossip/CppGossip/CppGossip.html

http://www.cs.pu.edu.tw/~tsay/course/objprog/slides/devcpp.html

http://www.study-area.org/coobila/category_C++_u6559_u5B78.html

http://wayne.cs.nthu.edu.tw/~roland/computer/cpp/

C++ online source

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