Date: Wed, 10 Nov 1999 14:13:04 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "RAQA,CHRISTOPHER" cc: djgpp AT delorie DOT com Subject: Re: Help !!! In-Reply-To: <199911091149.iQWk@mbsa.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 9 Nov 1999, RAQA,CHRISTOPHER wrote: > Could you please tell me in either C or C++ how to identify the > process id of a running process/program. You can only identify the process id of the DJGPP program, by calling the library function `getpid'. Since I don't really understand why do you need the process id, I cannot help more.