Understanding C++/Interaction

From Wikibooks, open books for an open world
< Understanding C++
Jump to: navigation, search
#include <iostream>
using namespace std;
 
int main()
{
        cout << "hello";
        return 0;
}
Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export