标签:
Try
1 #include<iostream> 2 3 using namespace std; 4 5 int main() 6 { 7 cout << "hello world"; 8 }
View C++ as a federation of languages
原文地址:http://www.cnblogs.com/moli1220/p/4384432.html