home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4421 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.2 KB  |  50 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!steve
  3. From: steve@monu6.cc.monash.edu.au (Steve Balogh)
  4. Subject: Re: Is there tool to write for Windows on C quickly?
  5. Message-ID: <1992Dec22.052405.14105@monu6.cc.monash.edu.au>
  6. Organization: Monash University, Melbourne, AUSTRALIA
  7. References: <AAAxbBhue5@numond.msk.su>
  8. Date: Tue, 22 Dec 1992 05:24:05 GMT
  9. Lines: 39
  10.  
  11. In article <AAAxbBhue5@numond.msk.su> agpro@numond.msk.su writes:
  12. >
  13. >     ==== The program is so long, but the life is so short...====
  14. >
  15. >                                       Andrew M. Gershun.
  16. >
  17. >P.S.S. Am I naives boy in my "far away Russia"? Maybe you write you
  18. >  program with same tools as I dream? Or, maybe, there is other
  19. >  style than "like-Petzold" or "like-SDK" style? Plase answer me!
  20.  
  21. I agree that writing a Windows program required a lot more effort than writing
  22. a "simple" C program.
  23.  
  24. I think that the use of long names with some uppercase letters for API calls
  25. and predefined message names is very useful when trying to write code which
  26. is self-documenting. Predefining large slabs of code and only aloowing the
  27. user to specify I_WANT_A_WINMAIN() may be reasonably for most applications,
  28. but there are people who wish to modify certain parameters or some of the
  29. functionality of WINMAIN. A general purpose language should allow flexibility
  30. and not limit the programmer.
  31.  
  32. If you find that programming for Windows is too verbose and you wish to remain
  33. with C and SDK (or similar), I suggest that you build up a library of skeleton
  34. code wich you can use over and over with any new project. All you need do is
  35. fill in the blanks to create a new program. This saves you much typing, but
  36. still allows for full flexibility and program documentation.
  37.  
  38. Failing this, there are many "higher level" application generators which don't
  39. require as much work from the programmer.
  40.  
  41.  
  42. Regards,
  43.          Steve
  44.  
  45. ----_--_-_-_--_-__-_------_-__---_-___-_----_-____-_-_--__-_--_--___-_-_-_--__-_
  46. Steve Balogh  VK3YMY   (Maths G.14)   | steve@monu6.cc.monash.edu.au
  47. Monash University, Clayton Campus     |      37 54'38.8"S  145 07'47.1"E ...ICBM
  48. Wellington Road, Clayton.            |      +61 3 565 4747 Voice (Office)
  49. Melbourne, AUSTRALIA. 3168          |      +61 3 565 4746 Fax
  50.