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

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!gatech!darwin.sura.net!uvaarpa!liberty!duvalld
  3. From: duvalld@liberty.uc.wlu.edu (Danek Duvall)
  4. Subject: MFC Additions?
  5. Message-ID: <1992Dec21.195909.25792@liberty.uc.wlu.edu>
  6. Date: Mon, 21 Dec 1992 19:59:09 GMT
  7. Distribution: local,world
  8. Organization: Washington & Lee University
  9. X-Newsreader: Tin 1.1 PL5
  10. Lines: 28
  11.  
  12.  
  13. I have been working with the MFC for a little while now, and I have some
  14. suggestions, but I thought I'd post them, just to see if there weren't any
  15. conceptual flaws.
  16.  
  17. I have been using the collection classes (Lists, primarily) right much,
  18. and have found the need to convert from a POSITION variable to an integer
  19. index. I know there is a function to do the opposite conversion, but this
  20. would be handy, too, without having to do a sizeof() of an object and flip
  21. through the list...
  22.  
  23. Another thing about the Lists is why isn't there  DeleteAll() function? I
  24. know the one in the XUG, and I use it, but is there any reason why this
  25. isn't built in?
  26.  
  27. The most important thing (to me, right now) is some support for DOS based
  28. windowing. Although I'd write only Windows programs if I could, not
  29. everybody here has access to Windows. The ease of things like dialog boxes
  30. should be available to those people, too.
  31.  
  32. Well, my $.02...
  33.  
  34. Danek
  35.  
  36. -- 
  37. Danek Duvall: Washington and Lee U.
  38. Internet: duvalld@liberty.uc.wlu.edu
  39. ***
  40.