home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 15912 < prev    next >
Encoding:
Internet Message Format  |  1992-11-16  |  2.6 KB

  1. Path: sparky!uunet!sybus.sybus.com!myrddin!tct!deep6!nifty.UUCP!fgd3
  2. From: fgd3@nifty.UUCP (Fabbian G. Dufoe, III)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: What C is best for me!?
  5. Distribution: world
  6. Message-ID: <fgd3.02vj@nifty.UUCP>
  7. References:  <7u-1Hl6cxa@atlantis.psu.edu>
  8. Date: 16 Nov 92 09:58:35 EST
  9. Organization: Fabbian G. Dufoe, III
  10. Lines: 48
  11.  
  12. In article <7u-1Hl6cxa@atlantis.psu.edu> KRC@ECLX.PSU.EDU (Keith R. Connors) writes:
  13. >Hi all....
  14. >
  15. >I'm wondering what C programming system I should use....please help me out...
  16. >
  17. >I'm planning to learn C over the Christmas holidays, and rather than download
  18. >all of the environments for the Amiga, sift thru them, and then still not know
  19. >which route is best for me. 
  20.  
  21.    You'll be able to scratch the surface over the Christmas holidays, not
  22. much more.  C has a steep learning curve.  Once you've learned C you still
  23. have to learn how to use the libraries that apply to the computer system for
  24. which you're programming.
  25.  
  26. >I have programming experience in FORTRAN, Pascal, BASIC, and Assembly on
  27. >various platforms, however, I have never programmed in any of them on the
  28. >Amiga.
  29.  
  30.    If you're going to write portable C programs that will run easily on any
  31. platform with a C compiler your lack of Amiga programming experience won't
  32. be a handicap.  If you want to do anything interesting and take advantage of
  33. the Amiga's features be prepared for a long and frustrating period of
  34. learning strange and new concepts and techniques.
  35.  
  36. >I'm looking for a environment that is well documented, and includes numerous
  37. >examples, so that ideally I won't *have* to buy a book on C.  (I probably
  38.  
  39.    You'll have to buy a book on C.  There's just no getting around it.  When
  40. I bought my first computer I learned to program it in BASIC from the
  41. reference manual that came with it.  Those days are gone.  Modern
  42. programming systems are too complicated and you just don't get that kind of
  43. documentation with the compilers.  Save yourself some time at the beginning
  44. and buy "The C Programming Language" by Brian Kernighan and Dennis Ritchie.
  45. You might want to buy a couple of other books on C just for good measure.
  46.  
  47. >         A500 - 1/2 Meg Chip, 2 1/2 Meh Fast
  48. >         Workbench 1.3
  49. >         GVP Impact Series II 52 Meg
  50.  
  51.    You have sufficient resources to run either DICE, SAS C or Manx C with no
  52. problems.  You might be a little tight running gcc or any of the C++
  53. implementations.  I don't know.
  54.  
  55. --Fabbian G. Dufoe, III
  56.    350 Ling-A-Mor Terrace South   | GEnie:    F.DUFOE3
  57.    St. Petersburg, Florida  33705 | internet: fgd3%nifty@tct.com
  58.    813-823-2350                   | uucp:     ...tct!deep6!nifty!fgd3
  59.  
  60.