//Visual Studio2010#include <iostream>int main(){ std::cout << "this is C++ progream!" << std::endl; system("pause"); return 0;}
...全文