< Understanding C++ 
 
        
      #include <iostream>
using namespace std;
int main()
{
	cout << "hello";
	return 0;
}
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.