home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / tools / 922 < prev    next >
Encoding:
Text File  |  1992-09-09  |  2.1 KB  |  41 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!decwrl!csus.edu!netcom.com!whedon
  3. From: whedon@netcom.com (Bill Whedon)
  4. Subject: Re: Turbo Pascal for Windows
  5. Message-ID: <+btnxzl.whedon@netcom.com>
  6. Date: Thu, 10 Sep 92 07:01:47 GMT
  7. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  8. References: <n9snjf-@lynx.unm.edu>
  9. Lines: 30
  10.  
  11. Unless you plan to merely dabble, (and I know these might be fightin'words
  12. to some), don't get VB.  For learning, the TPW is fine, particularly if you
  13. have little or no experience with structured programming.  For heavy-duty
  14. programming, C or C++ in the Borland or Microsoft flavours are the way to
  15. go (I have no preference... both have their positives and negatives).
  16.  
  17. Probably, the best thing you could do, judging by your post, would be to
  18. drop in on your friendly neighborhood tekkie-bookshop and pick up some titles
  19. on learning programming in general, and C in particular, if you intend to go
  20. on to Bigger & Better Things.  "Teach Yourself C", "Teach Yourself C++" are
  21. a couple of the better-known ones.  There are tutorial books which come with
  22. source code on disk (I recommend that... typing in page after page is onerous)
  23. and some which even come with stripped-down compilers (though not for Windows)
  24.  
  25. Programming Windows is a formidable subject, at best.  Learning C as a first
  26. language is, as well (C++ is a superset of C, most usable in situations where
  27. you are building a group of related applications:  It is definitely -NOT- a
  28. "hacker's language".)  Don't let any of that put you off.  It's very do-able
  29. for most anyone with an orderly mind and perseverance.
  30.  
  31. On second thought, just to get your feet wet, VB might not be such a bad
  32. choice.  It certainly does get you right into Windows, and insulates you from
  33. much of the nastiness of bits and bytes.  Also, VB in particular, and most
  34. modern BASICs in general, have evolved to be nearly indistinguishable from
  35. Pascal, anyhow, so if you can use VB and avoid GOTO and GOSUB/RETURN, hey,
  36. why not?!  I still recommend C/C++ as the "serious" language, though.  But
  37. whatever you choose to do,
  38. Have fun!
  39. Bill Whedon   whedon@netcom.com
  40.  
  41.