This directory contains the source code for 2 C++ test components:

 - CALCUL : a very simple component that perform some arithmetic operations

 - CALCULATOR : a component that propose some operations on MED fields


Component are based on automake. 
To INSTALL them :

 mkdir ../COMPO_CXX_BUILD
 mkdir ../COMPO_CXX_INSTALL
 ./build_configure
 cd ../COMPO_CXX_BUILD
 ../COMPO_CXX_SRC/configure --prefix=<absolute path of COMPO_CXX_INSTALL>
 make
 make install


