From: Joseph Strout (jstrout@ucsd.edu)

I’ve added another little code module to my public collection… this one
creates a “Windows” menu (you know, lists the open windows; pick one from
the menu to bring it to the front). It’s in C, and only requires a few
calls to get the functionality (works fine from C++ too). Should work on
any system or with any framework (or lack thereof). See:

http://www-acs.ucsd.edu/~jstrout/macdev/

and click on “WindowMenu”.

Share and Enjoy,
— Joe

P.S. The SimpleVector class has been much improved, thanks to some great
feedback from Jesse Jones (jesjones@halcyon.com). Available at same URL.