C++: Quincy Compiler
Installing Quincy 2005 compiler
 
#include <iostream>

int main()
{
std::cout << "Welcome to C++!\n";

return 0; // indicate that program ended successfully
}
 
run

You can also use name space with Quincy as shown below.