Understanding C++/Interaction

      #include <iostream>
      using namespace std;
       
      int main()
      {
              cout << "hello";
              return 0;
      }
      
      Last modified on 17 November 2010, at 20:27