In <[EMAIL PROTECTED]>, Tim N. van der Leeuw wrote: > (your C++ code contains some C#-isms, such as omitting the '.h' in the > include <> statements).
That's no C#-ism, that's C++. The standard C++ header names don't have a
trailing '.h'. ``gcc`` prints deprecation warnings if you write the
names with '.h'.
Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list
