home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16808 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.2 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!neoucom.edu!aldhfn!odybbs!steven.roberts
  2. From: steven.roberts@odybbs.gvl.oh.us (Steven Roberts) 
  3. Newsgroups: comp.lang.c
  4. Subject: TLINK ERROR
  5. Message-ID: <1106.162.uupcb@odybbs.gvl.oh.us>
  6. Date: 18 Nov 92 22:00:00 GMT
  7. Distribution: world
  8. Organization: The Odyssey BBS - Garrettsville, OH - 216-527-2186
  9. Reply-To: steven.roberts@odybbs.gvl.oh.us (Steven Roberts) 
  10. Lines: 13
  11.  
  12. Hello.
  13. I've just started using Turbo C++ and typed in one of my first programs.
  14.  The program includes "stream.h" which handles all the cin and cout
  15. commands.   The problem I'm having come when this program complies.  It
  16. lists a TLink error that says that the symbol istream::get_long(int) is
  17. not defined in Project.cpp (my programs name.)  I never use the get_long
  18. function, which is defined as private to the stream.h file, so I have no
  19. idea what is going on.  All the function calls to this header should be
  20. standard, and therefore, I haven't defined any of them in my program.
  21. If I need to could someone point out how I might do this.  Any help
  22. would be appreciated greatly.  Thanks in advance.
  23. Steven Roberts
  24.                                                        
  25.