From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Pipe to sendmail (again) Date: 11 Jul 2000 10:40:27 GMT Organization: Aachen University of Technology (RWTH) Lines: 26 Message-ID: <8ketir$fmk$1@nets3.rz.RWTH-Aachen.DE> References: <56ga5.329089$k22 DOT 1448044 AT flipper> <8kcu4s$juv$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <%8pa5.332072$k22 DOT 1482726 AT flipper> <8kd9lj$oog$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 963312027 16084 137.226.32.75 (11 Jul 2000 10:40:27 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 11 Jul 2000 10:40:27 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Olaf van der Spek wrote: > "Hans-Bernhard Broeker" schreef in bericht > news:8kd9lj$oog$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE... >> You didn't really think you could believe anything MSDN writes about >> Unix, did you? > It wasn't about Unix, it was about popen in general. What source do you > recommend for this kind of documentation for g++? popen() is a Unix-native feature. The standard that defines it is POSIX. As this is the DJGPP newsgroup, the obvious choice of documentation would be the DJGPP libc reference, of course :-) Or any well-kept Unix system's man pages. In general: use the docs of the system you're actually using, if problems with some function arise. Don't blindly assume that the docs of one system correctly describe the same function on another system. Not unless the docs explicitly say that this function is defined by some standard, and the platform exactly follows that standard. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.