devxlogo

May 27, 1997

Generic C++ Exception Handling Class

Question: I would like to see an example of a generic C++ exception class that could be used across objects. Answer: When using exception handling, it is often a good

Byte order

Question: How does one find out the byte order of the platformon which JVM is running? For example, for a Java application that has to read a C structure from

Creating Java packages or library files

Question: I am creating an application by using Symantec Cafe wherein I am using one applet, from which I am calling a series of frames. I have some common functions

How to convert int to string

Question: I am looking for a generic way to convert an intto a string. It cannot be platform- or compiler-specific in its implementation. Answer: The standard C++ library defines the