/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ // Test1.cxx #ifdef __hpux #include #else #include using namespace std; #endif #include "Complex.h" #include "MyString.h" #include "MyAlgo0.h" int main() { // instantiation of array or container const int ASIZE = 5; int iary[ASIZE]; Complex cary[ASIZE]; MyString sary[ASIZE]; // assignment to container elements for(int i=0;i