home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / g / help / 1067 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  786 b 

  1. Path: sparky!uunet!zephyr.ens.tek.com!psgrain!hippo!ford.ee.up.ac.za!rkw-risc!hvisage
  2. From: hvisage@rkw-risc.cs.up.ac.za (Hendrik Visage)
  3. Newsgroups: gnu.g++.help
  4. Subject: fork() command in c++
  5. Summary: how to implement multiple processes in g++
  6. Keywords: fork() unix
  7. Message-ID: <hvisage.712620732@rkw-risc>
  8. Date: 31 Jul 92 22:12:12 GMT
  9. Sender: news@ford.ee.up.ac.za (NetNews Daemon)
  10. Organization: University of Pretoria, South Africa
  11. Lines: 12
  12.  
  13. Hi net,
  14.  
  15.    I need to implement multiple processes in g++ on a RS6000,
  16. but I can't get any help how to implement it in g++.
  17. The compiler gives me a implicit definition warning.
  18. In gcc I can do the fork() system call but not in g++.
  19.  
  20.   Any help would be appreciated.
  21.  
  22.   H.Visage
  23.   hvisage@rkw-risc.cs.up.ac.za
  24.   9121110@rkw-lan.cs.up.ac.za
  25.