home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13282 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.2 KB  |  55 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!decwrl!csus.edu!netcom.com!rowe
  3. From: rowe@netcom.com (Rick Rowe)
  4. Subject: C Newsletter
  5. Message-ID: <=#qn9h-.rowe@netcom.com>
  6. Date: Mon, 07 Sep 92 03:03:34 GMT
  7. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  8. Lines: 45
  9.  
  10. It seems that FALL is in the air and there are plenty of new C
  11. students. I have noticed quite a few questions regarding issues
  12. that are answered in Steve Summit's C FAQ. Grab a copy and check
  13. it out - it will really help ya. 
  14.  
  15. I also wanted to let those new C programmers know about a newsletter which 
  16. is oriented towards C education. It is sent out each quarter and
  17. covers various C programming topics.  It does have a small
  18. subscription fee now, but you will find it insignificant. (Please
  19. hold back the flames, it was free until my wife realized what
  20. it was costing us. :-( So, the costs cover expenses only...) 
  21.  
  22. [I told her, but I love C - she asked, "C what?".] 
  23.  
  24. In any case, if you are new to the C language obtaining interesting
  25. resources and taking the time to experiment will make your efforts
  26. pay off. There are other C newsletters out there too ... and even
  27. mags on the subject. The bottom line is to take the time and read, 
  28. experiment, ask questions, and continue;
  29.  
  30. My students are also excited. Which kind of energizes me. I just
  31. love it when a student realizes that a pointer implies a type of
  32. variable and not something I use to help my lectures. :-)
  33.  
  34. Sorry for the use of bandwidth here...but remember, keeping the
  35. excitement going and _encouraging_ those new C want-a-be's is
  36. also worthy of bandwidth from time to time.
  37.  
  38. The newsletter is sent via snail mail (hardcopy only)
  39. and all example programs are sent via E-mail or on disk. 
  40.  
  41. For info on the newsletter, please send questions to:
  42.  
  43.     rowe@netcom.com
  44.  
  45. C YA! Rick Rowe
  46.  
  47. ps. please be kind, flame somebody being hard on a beginner - I'm
  48. just trying to keep them excited. Ya'll know they'll need it!
  49.  
  50. -- 
  51. ===========================================================================  
  52. Rick Rowe - The C Programmers Network Newsletter+_   int x=10,y=20;       |
  53. Editor      Internet: rowe@netcom.com           +_   x=x^y; y=y^x; x=x^y; | 
  54. On a clear day you can C forever!               +_   /* getting dizzy? */ |
  55.