home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18486 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.2 KB  |  26 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!cs.utexas.edu!usc!news.service.uci.edu!ucivax!ucla-cs!ucla-ma!vicente!dchopp
  3. From: dchopp@vicente.math.ucla.edu (David Chopp)
  4. Subject: faulty ANSI in Think C 5.0?
  5. Message-ID: <1992Nov16.211648.23619@math.ucla.edu>
  6. Sender: news@math.ucla.edu
  7. Organization: UCLA Mathematics Department
  8. Date: Mon, 16 Nov 92 21:16:48 GMT
  9. Lines: 15
  10.  
  11. I'm curious if others have run into similar problems as I regarding using
  12. some ANSI subroutines in Think C 5.0.2 with TCL.  In particular, I have
  13. trouble using strcpy, strcmp, sprintf, to name a few.  I have found them
  14. to be sporadic in working properly and I'm wondering if I'm doing something
  15. wrong.  For example, in one object, I'll have two methods each using strcpy
  16. in them (all in the same file).  In one context, it works perfectly, in the
  17. other it fails to copy.  The arguments being passed are all correct (I've
  18. checked them several times).  I've had similar experiences with other ANSI
  19. library routines.  Has anyone else experienced these problems?  Should I 
  20. abandon ANSI all together and write my own subroutines to replace them?
  21. I'm going to call Symantec next, maybe they have an answer for me.
  22.  
  23. Dave Chopp
  24. dchopp@math.ucla.edu
  25.  
  26.