/* A Language for Complexity OOP244 May 4 2008 Compile in Matrix by issuing command: c++ cpp_ex1.cpp and then run program: a.out */ #include using namespace std; int main ( ) { cout << "Welcome to OOP244 (Using Hybrid C++ Code)" << endl; return 0; }