home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / fortran / 3490 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  921 b 

  1. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!qucdn!boydj
  2. Organization: Queen's University at Kingston
  3. Date: Wednesday, 9 Sep 1992 13:18:25 EDT
  4. From: Jeff Boyd <BOYDJ@QUCDN.QueensU.CA>
  5. Message-ID: <92253.131825BOYDJ@QUCDN.QueensU.CA>
  6. Newsgroups: comp.lang.fortran
  7. Subject: Re: Switching from Fortran to C
  8. Lines: 15
  9.  
  10.  
  11. I'm fundamentally a Fortran programmer;  when I had to learn C, I found
  12. it easy to restrict myself to Fortran-like language elements and
  13. constructs.  I was running graphics programs on SunOS in a single
  14. morning of work, and didn't once receive a compilation error.  I had
  15. never before tried to write a C program.
  16.  
  17. C and Fortran programs can look very much alike if you want them to.
  18. My suggestion:  Keep your usage simple at first, get comfortable, then
  19. gradually build your knowledge of C's full capabilities.  If you are
  20. already good with Pascal, most of C will be straightforward.
  21.  
  22.  
  23. jeff
  24.  
  25.