devxlogo

Tip Bank

How do I implement classic algorithms in C?

Question: Where can I find algorithms and data structures, techniques and programs that will better show me how they can be implemented using ANSI C? Other areas include Hashing, Heaps,

Equivalent of void myRoutine in Java?

Question: I know that in order to pass something byreference, you pass an already-created objectand let the subroutine modify the contents ofthat object. Unfortunately, the Integer, String,etc. objects don’t allow

Can I Add Menu Bars to Applets?

Question: Is it possible to add a menu bar to an applet without usingFrame as the container?Also, is it possible to show a Frame without a new window poppingup?I am

How to Fix Drop-down Box Conflict in Applet

Question: I am unable to run an applet and use a drop-downbox on the same page when using Netscape. The page hasmassive flickering and the applet will sometimes run. Theapplet