View C++ as a federation of languages

Try

1 #include<iostream>
2 
3 using namespace std;
4 
5 int main()
6 {
7     cout << "hello world";
8 }

 

posted @ 2015-04-01 17:08  墨离  阅读(67)  评论(0编辑  收藏  举报