Qt creator underlines the line with FD_ZERO:
expected token ')' got token ':'
#include <unistd.h>
#include <sys/types.h>
int main(int argc, char *argv[])
{
fd_set rfds;
FD_ZERO(&rfds);
return 0;
}
Qt Creator 1.3, gcc 4.4 on linux
Regards
August Hörandl
--
August Hörandl [email protected]
To those who understand, no explanation is necessary,
to those who will not understand, no explanation is possible.
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator