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

  1. Xref: sparky gnu.g++.help:1043 comp.lang.c++:11514
  2. Newsgroups: gnu.g++.help,comp.lang.c++
  3. Path: sparky!uunet!munnari.oz.au!mips!mips!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!curtech.UUCP!swr
  4. From: swr@curtech.UUCP (Steve Robertshaw)
  5. Subject: g++ / c++ ifstream Class
  6. Message-ID: <9207221929.AA07173@ctnet>
  7. Sender: gnulists@ai.mit.edu
  8. Organization: Gatewayed from the GNU Project mailing list help-g++@prep.ai.mit.edu
  9. Date: Wed, 22 Jul 1992 19:30:21 GMT
  10. Lines: 19
  11.  
  12. Hi.
  13.  
  14. We have just gotten g++ up and running. We are all learning c++/g++. In my
  15. program that I have been writing while following the AT+T C++ Language System
  16. guide, I have been using the ifstream and ofstream classes for file i/o. These
  17. classes have overloaded the << and >> operators so that I can use them to
  18. properly stream and convert file data into selected variables. Is there an
  19. analogous class available in g++? I found the File class. It, however, did not
  20. seem to have the operator support that I was looking for. Thanks for your help.
  21.  
  22. Steve
  23.  
  24. -- 
  25.  
  26. Steve Robertshaw                curtech!swr@nic.unh.edu
  27. Current Technology              (603) 868-2270
  28. 99 Madbury Rd.
  29. Durham, NH   03824
  30.  
  31.