From: frog Date: Fri, 8 Oct 2004 07:23:05 +0000 (+0000) Subject: note on stl header . X-Git-Tag: Version0.6.bp~112 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2231ee3a3a73117305f6dcbe90acf0b4aed24b3e;p=gdcm.git note on stl header . --- diff --git a/Doc/Website/CodingStyle.html b/Doc/Website/CodingStyle.html index 9cb6926c..d62d019f 100644 --- a/Doc/Website/CodingStyle.html +++ b/Doc/Website/CodingStyle.html @@ -240,6 +240,8 @@ - Only the C++ standard library and the STL includes should be used. When including don't use the .h extension (use #include instead of #include ). + Note: include the stl header AFTER the gdcm ones (otherwise pragma + warnings won't work). - Don't use the C standard library. Don't include stdio.h, ctype.h... Don't use printf(), sprinf(), FILE*... - Don't use the NULL notation (either as macro, or as const int NULL=0).