[Qt-interest] Including some of the STL headers

Andreas Pakulat apaku at gmx.de
Tue May 26 16:58:04 CEST 2009


On 26.05.09 23:28:15, Peter Nunn wrote:
> Are you sure you should be including <stdio.h> I thought the new standard 
> headers were all of the form <stdio> (no .h after them).

You're mixing STL and libc header forms. The C library still uses stdio.h,
stdlib.h and so on. The STL however supplies C++-versions of the C headers
in the form of cstdio, cstdlib.

Andreas 

-- 
Give thought to your reputation.  Consider changing name and moving to
a new town.



More information about the Qt-interest-old mailing list