devxlogo

Tip Bank

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

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

JDK1.1 and Web browsers

Question: Do the changes made in the 1.1 API mean that if one wanted to write applets for the Web, one would have to use a previous version of the

TEdit and right-justification of text

Question: How can I get a TEdit to display right-justified text? Answer: There is no way to do this at runtime because there’s no facility in TEditto right-align text. The