home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 15982 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!s5!is1.is.morgan.com!is.morgan.com!jlieb
  3. From: jlieb@is.morgan.com (Jerry Liebelson)
  4. Subject: WANTED: A SOURCE CODE based C++ class browser for MS Windows.
  5. Message-ID: <1992Nov9.203226.26681@is.morgan.com>
  6. Keywords: c++ browser 
  7. Sender: news@is.morgan.com
  8. Nntp-Posting-Host: katana
  9. Organization: Morgan Stanley & Company, Inc.
  10. Date: Mon, 9 Nov 1992 20:32:26 GMT
  11. Lines: 27
  12.  
  13. Does anyone know a good C++ class browser for MS Windows that will
  14. browse source code in multiple header and source directories? I don't
  15. want to buy another compiler, just need the browser.  Such a class
  16. browser should do the following:
  17.  
  18.    1. Let you specify a list of include and source directories and
  19. optional preprocessor #defines and see something like a FileManager-like
  20. class hierarchy tree.
  21.    2. Then by clicking on any class, selectively list all/some/none inherited
  22. methods and data by indicating how far up the inheritance tree to show.
  23.    3. In addition, selectively show any combination of
  24. public/private/protected and virtual/const/static functions and data.
  25.    4. By clicking any particular method or data, see its complete declaration
  26. and definition.
  27.  
  28. When I purchased Borland's C++ with App Frameworks, I was rather shocked
  29. that the builtin class browser only worked on executables. I like what
  30. Borland has done but honestly, any good OO development environment, C++
  31. or otherwise, should have a class hierarchy browser for use with source code.
  32. After all, code comes before executable!
  33.  
  34.  
  35. -- 
  36. Jerry Liebelson
  37. jlieb@is.morgan.com
  38. Compuserve: 73477,2740
  39.  
  40.