[Qt-interest] Including some of the STL headers
Andreas Pakulat
apaku at gmx.de
Mon May 25 23:46:32 CEST 2009
Please don't post mails twice.
On 26.05.09 00:09:56, Parker wrote:
> Hello,
> I'm trying to include
>
> #include <stdio.h>
> #include <stdlib.h>
>
> #include <ctype.h>
>
> in my headers, but QT Creator says it can't find them. Aren't they available by default ?
Those are not shipped by Qt, but by your C library (thats not even STL,
thats the standard C headers). So if they're not found somethings wrong
in your compiler setup as the compiler should know the position of its C
headers. Which compiler are you using?
Andreas
--
Are you a turtle?
More information about the Qt-interest-old
mailing list