[Insight-developers] #include <c*>
Bill Hoffman
bill.hoffman@kitware.com
Wed, 06 Dec 2000 16:04:08 -0500
Hi all,
I know that the ANSI standard says that we should include c header files like
this: #include <cstdio> and not #include <stdio.h>. However, the
SGI compiler, that's right SGI, not MS, does not support any of the
<c*> header files. They are starting to be used in several places in
Insight, which means that the SGI compiler no longer works with Insight.
I would suggest using the .h versions of the files, as most c++ compilers
should support those for a long time.
-Bill