Python and STL efficiency

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Mon Aug 21 04:45:10 EDT 2006


In <1156148654.420508.57960 at p79g2000cwp.googlegroups.com>, 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



More information about the Python-list mailing list