X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FTuto_Doxy%2Fsrc%2Fmain.cpp;fp=WCudaMSE%2FTuto_Doxy%2Fsrc%2Fmain.cpp;h=46158d8f530a13856787d34d66970bdf4a317ea5;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/Tuto_Doxy/src/main.cpp b/WCudaMSE/Tuto_Doxy/src/main.cpp new file mode 100755 index 0000000..46158d8 --- /dev/null +++ b/WCudaMSE/Tuto_Doxy/src/main.cpp @@ -0,0 +1,49 @@ +#include +#include + +#include "Cat.h" + +using std::cout; +using std::endl; + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Imported *| + \*-------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + +int main(void); + +/*--------------------------------------*\ + |* Private *| + \*-------------------------------------*/ + +/*----------------------------------------------------------------------*\ + |* Implementation *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + +int main(void) + { + cout << "Doxygene projetTuto" << endl; + + Cat cat(10); + cout<<"cat poids = "<