Working in Java, I am very comfortable with the standard object tree that is built into Java. Does any one know of such a tree
for objects in C++. I seem to be spending alot of time building standard objects to use in C++ while in Java I would just use a pre
built.
You didn't say which part of the go program you are trying to write? Are you
looking for a GUI, or data structures. The STL has data structures and
algorithms that don't compromise on efficiency or flexibility but have a bit
of a learning curve. Boost (www.boost.org) carries the STL ideas further.