[tuhopuu-devel] kester: c++ and printf

Chris Want tuhopuu-devel@blender.org
Sun, 14 Sep 2003 12:46:32 -0600


Hi,

I just had a repost from an unnamed somebody using an old
version of gcc:

BL_MeshDeformer.cpp:159: `printf' undeclared (first use this function)

The file in question is
source/kesterji/Converter/BL_MeshDeformer.cpp

In C, adding '#include <stdio.h>' would fix this ... is this
the proper way to do it in C++? (all I remember is all that
cout stuff).

Chris