home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text1234.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  3.2 KB

  1. Received: from mail06.mail.aol.com (mail06.mail.aol.com [152.163.172.108]) by nacm.com (8.6.10/8.6.9) with ESMTP id AAA24667 for <executor@nacm.com>; Thu, 11 May 1995 00:04:04 -0700
  2. From: SimBoss@aol.com
  3. Received: by mail06.mail.aol.com
  4.     (1.37.109.11/16.2) id AA090595842; Thu, 11 May 1995 03:04:03 -0400
  5. Date: Thu, 11 May 1995 03:04:03 -0400
  6. Message-Id: <950511030401_114767320@aol.com>
  7. To: executor@nacm.com
  8. Subject: Re: MACFORM.EXE, programming and other Qs
  9. Sender: owner-executor@nacm.com
  10. Precedence: bulk
  11.  
  12. In a message dated 95-05-10 10:39:44 EDT, you write:
  13.  
  14. >Hi SimBoss,
  15. >
  16. >    I am on the Executor mailing list and I recieved a copy of your
  17. >MACFORM program.  I am impressed.  I would like to know what language
  18. >you
  19. >coded it in.  
  20.  
  21. I wrote it in Turbo C++ for DOS v3.0.
  22.  
  23. >I am relatively new to the PC world and would like to
  24. >learn
  25. >how to program again.  (I used to do pretty well with BASIC and some
  26. >C on
  27. >my old Atari ST.)  Do you have any suggestions for how I should
  28. >start?
  29.  
  30. Well, you first need to learn the keywords and conventions used by C.  You
  31. can learn that easily with a DOS C compiler.
  32.  
  33. >I am used to using PD compilers and LIBs but most of what I've seen for
  34. >the
  35. >PC in PD is a little incomplete.  Are there any good books that you
  36. >would recommend?
  37.  
  38. "Learn C Now" and "Learn C in 21 Days" are pretty good.  Learn C Now comes
  39. with a compiler, but it can't make EXEs.  I really don't know what are the
  40. best books are because I learned C the exact opposite way.  I learned Windows
  41. C first simply by reading the source code and seeing what each line does.
  42.  
  43. >Where is a good site for source code that shouldn't need too
  44. >much tweaking to compile?  And finally, what programming language
  45. >packages
  46. >do you recommend.  I would at least like to write some good DOS
  47. >programs
  48. >and really get familiar with that before I attempt to tackle anything
  49. >that
  50. >is GUI based.
  51.  
  52. I don't really know any FTP sites (I'm talking about FTP sites in general -
  53. not programming ones) except for SimTel and ftp.cs.unm.edu:/pub/ardi.  SimTel
  54. has SOME source code for you to look at.
  55.  
  56. I recommend Borland's compilers.  I use Turbo C++ for DOS and Turbo C++ for
  57. Windows.  Borland C++ 4.5 is also good.  To me, Borland C++ is just Turbo C++
  58. for DOS, Windows, Win32 and Windows/95 combined.  It does have some extra
  59. features that make programming easier, but you pay for it.  Anything that you
  60. can do (I mean program - I don't count Borland C++ visual application
  61. designer) with Borland C++ (well, except Win32 and Windows/95) you can do
  62. with Turbo C++ for Windows and Turbo C++ for DOS for more than a hundred
  63. dollars cheaper.
  64.  
  65. >Well, that's it...  Once again, thanks a million for MACFORM.
  66. >
  67. >                            Later,
  68. >                            G II L
  69. >
  70. >--
  71. >"Once in a while a girl comes along and opens your heart like a spam
  72. >tin."
  73. >                -Thomas Dolby-
  74. >                 Astronauts & Heretics
  75. >                   Track 9- "Beauty of a Dream"
  76.  
  77. I will be releasing the source code for MacForm after I add some comment
  78. lines.  I want to release it so that a Linux programmer could port the code.
  79.  It uses INT 13 (hex) BIOS calls, so maybe it won't work.  Other than that,
  80. it's completely portable (I think).
  81.  
  82. SimBoss
  83.  
  84.