home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0772.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  2.6 KB  |  73 lines

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