X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FTuto_CppTest%2Fsrc%2Fcpp%2Fcore%2Fstandard%2Fhello.cpp;fp=WCudaMSE%2FTuto_CppTest%2Fsrc%2Fcpp%2Fcore%2Fstandard%2Fhello.cpp;h=e9e05fce6ecea318635d4d5383fcc3c3fd8a817e;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/hello.cpp b/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/hello.cpp new file mode 100755 index 0000000..e9e05fc --- /dev/null +++ b/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/hello.cpp @@ -0,0 +1,22 @@ +#include + +using std::cout; +using std::endl; + +/*----------------------------------------------------------------------*\ + |* Implementation *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + +void helloCPP(void) + { + cout << "Hello CPP" << endl; + } + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/ +