home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16827 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.8 KB  |  63 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!wupost!csus.edu!netcom.com!pdh
  3. From: pdh@netcom.com (Phil Howard )
  4. Subject: Re: Can you program in C?
  5. Message-ID: <1992Nov19.214509.4088@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. References: <00963BF4.675CEA80@vms.csd.mu.edu>
  8. Date: Thu, 19 Nov 1992 21:45:09 GMT
  9. Lines: 52
  10.  
  11. 2644danticoj@vms.csd.mu.edu writes:
  12.  
  13. >My name is Cetera and I am new to this network. I am anxiously awaiting
  14. >graduating Marquette this December, but there is an obstacle in my way. I must
  15. >first pass this math class in which I must program in C. I don't know this
  16. >language, and now must write several programs before the end of the year. The
  17. >course teaches data structures, which I have no problems understanding.
  18. >However, all homework is programmed in C and because of an adminstrative
  19. >loop-hole, I was enrolled in the class with no knowledge of the needed
  20. >programming language. So, can you help me write these programs, thereby
  21. >allowing me to graduate and go on to serve my country as an officer on a
  22. >nuclear submarine? Please???? My future depends on it. By the way, I will be
  23. >using a UNIX machine with a STUDSYS compiler. Help!!!!!!!!!!!!!!!!!!!!!
  24.  
  25. Maybe someone MIGHT **help** but people will NOT do your programming FOR YOU.
  26. Some of the other replies should make this very obvious.
  27.  
  28. Buy a good book on C programming and study it and learn it.  I first learned
  29. C in just one week from the original K&R, I would not be trustable with a
  30. nuclear sub, so you should be able to do it in just a couple nights.
  31.  
  32. I am serious!  Study it!
  33.  
  34. There are a lot of "dusty corners" and "pitfalls" in C.  As you encounter
  35. these things trying to learn it, first make an exhaustive effort to find
  36. out just what is happeing (print out the values of variables and stuff).
  37. Then if you remain puzzled, go ahead and ask specific questions on the net
  38. and include the full code (of a small program) that is puzzling.
  39.  
  40. Be sure the FAQ does not address the issue.  You should get and print a
  41. copy of the C language FAQ, too, to have alongside your C book, to help
  42. you through the tricky parts.
  43.  
  44.  
  45. >Problem statement
  46. >*****************
  47.  
  48. The rest of your posting is irrelevant.
  49.  
  50. When you are in over your head, you have 3 choices:
  51.  
  52. 1.  Stay there and die.
  53. 2.  Swim to the surface to breath and live.
  54. 3.  Depend on someone else to save you.
  55.  
  56. Remember, that if you choose number 3, you are depending on someone else
  57. who has chosen number 2.
  58. -- 
  59. /***********************************************************************\
  60. | Phil Howard  ---  KA9WGN  ---  pdh@netcom.com   |   "The problem with |
  61. | depending on government is that you cannot depend on it" - Tony Brown |
  62. \***********************************************************************/
  63.