
Running Code Crusader:

jcc is compiled with gcc 2.7.2 using the following library versions:

  Linux:

    libX11.so.6.0
    libg++.so.27.1.4
    libstdc++.so.27.1.4
    libm.so.5.0.6
    libc.so.5.3.12

Please check that you are using these versions before submitting bug
reports.  You might also consider downloading the link-kit version
of jcc.


Notes on Code Crusader:

jcc is provided to help you visualize and understand the inheritance
relationships between the classes in the JX library.  Among other
features, it allows you to search for all the classes that implement a
particular function.

The on-line help explains all the features of the program.

jcc is slowly becoming a complete code development environment, and
since I am now using it instead of emacs, I guarantee that it will
continue to improve.  I have a very long list of features that I intend
to implement, so please tell me what features you need, so I will know
which ones on my list to implement first.

Menu items that seem to be permanently disabled are features waiting
to be implemented.

The C++ parser in jcc is home-made and therefore not up to parsing
all valid C++ header files.  It parses JX correctly, but it is often
confused by g++.  This does not cause serious problems, however, because
it only affects the functions that jcc thinks are implemented.

John Lindal
jafl@alice.wonderland.caltech.edu

