X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FTestHash.cxx;h=ffd89540adda8a19dc09f590dee274b18239a841;hb=ee97a6955588c213f4bd4fd6c81a25d33b52c252;hp=463352494bcdea2309c84076aaa579c3d9b4d89c;hpb=796a5c818b5ae284a382313ffe5bf31d4c402dba;p=gdcm.git diff --git a/Testing/TestHash.cxx b/Testing/TestHash.cxx index 46335249..ffd89540 100644 --- a/Testing/TestHash.cxx +++ b/Testing/TestHash.cxx @@ -22,17 +22,17 @@ int TestHash( int, char * [] ) { std::cout << "Find request on key 00380010" << std::endl; im = tb1.find("00380010"); std::cout << " \"" << im->first << "\" = " << im->second << std::endl; - + int i = 0x0010; std::cout.setf(std::ios::hex); std::cout << i << std::endl; std::cout.setf(std::ios::dec); std::cout << i << std::endl; - - // Voir : - //http://www.developer.com/net/cplus/article.php/10919_2119781_3 - // - // dommage que ca ne marche pas ... + +// Voir : +//http://www.developer.com/net/cplus/article.php/10919_2119781_3 +// +// dommage que ca ne marche pas ... return 0; }