Now this project is working for only C++.
BUT, C#, Java versions will be released soon .

PART #1 : OPEN-GSI for C++
Just use OPEN-GSI !
C++ will be very easy !
Ex 1) Print Function
C++ : std::cout , std::cerr , std::clog
usage :
std:: cout << A << B << C << D << ... << "\n";
OPEN-GSI : gsiprint, gprintOut, gprintWarning, gprintLog , ...
usage :
gsiprint(A, B, C, D, ... );
or
gprintOut(A, B, C, D, ... );
or
opengsi::printOut(A, B, C, D, ... );
[A Comparison of Code 1]

