Hi Everyone,
I had written the source code in .C file and compile it without any errors but when i run that program it gives me linker error.
i.e.
Linker Error : Undefined Symbol _getpid in module filename.c

I am using TURBO C++ version 3.0. Pls give me the solution as earliest as possible.
Thanks in Advances

Nikhil patwari

Your chosen C++ development environment is so old that it doesn't have _getpid. Use something else.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.