home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19503 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  877 b 

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!olivea!charnel!rat!koko.csustan.edu!nic.csu.net!csbina.csubak.edu!camp5
  2. From: camp5@csbina.csubak.edu
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Conversion of BASIC code to "C"
  5. Message-ID: <1993Jan10.131651.1@csbina.csubak.edu>
  6. Date: 10 Jan 93 21:16:51 GMT
  7. References: <1993Jan8.183821.20711@adobe.com>
  8. Followup-To: comp.lang.c
  9. Organization: California State University, Bakersfield
  10. Lines: 8
  11. Nntp-Posting-Host: csbina.csubak.edu
  12.  
  13. In article <1993Jan8.183821.20711@adobe.com>, (Scott Sivi) writes:
  14. > Does there exist a method or application by which BASIC files can be
  15. > converted 
  16. > to "C".
  17. You probably couldn't even do it by hand unless the BASIC program was 
  18. completely flowed and never used a GOTO! The way BASIC programmers spaghetti-
  19. code programs, I doubt it's possible. (I'm assuming you won't use goto in C.
  20. I wouldn't.)
  21.