cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
getppid() ??
getppid() ??
Apr 28, 2014 at 7:13pm UTC
Alby94
(63)
The function getppid results not declared though i included the pthread and sys/types libraries...
http://it.tinypic.com/r/i4r9g2/8
Apr 29, 2014 at 8:35am UTC
kbw
(9488)
Missing <sys/types.h>
http://www.freebsd.org/cgi/man.cgi?query=getppid&apropos=0&sektion=0&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html
Apr 29, 2014 at 10:51am UTC
icegood
(63)
hmm, both sys/types.h and unistd.h are present...
Should be sys\types.h or so under windows?
Or...
http://bytes.com/topic/c/answers/485970-unix-header-files-windows-header-files
Topic archived. No new replies allowed.