]> Creatis software - gdcm.git/blobdiff - Doc/Website/CodingStyle.html
FIX : Some images have a wrong length for 0x0000 element of private groups
[gdcm.git] / Doc / Website / CodingStyle.html
index 938d7499f3fee701a5290f0a524783254d2f4e95..8deca8f1af7224fb40dba27a2489bc79cb403610 100644 (file)
    and not
       T* foo = 0;
    nor
-      T * foo;
+      T * foo = 0;
  - Assume T is a given type. When declaring or defining with the
    "reference to T" notation, the & character must be adjacent to
    the variable and not the type. That is use :