Tip Bank

DevX - Software Development Resource

C Equivalent in C++

Question: What is the C++ equivalent of the fflush(stdin) statement in C? Answer: Fortunately, although C++ offers many new ways of doing thing, it still includes everything that was in

DevX - Software Development Resource

Linked Lists and Recursion

Question: I am using several large data structures as linked lists to process some data. Many of my helper functions use recursion. Because of the size/amount of data that I’m

DevX - Software Development Resource

Displaying Items Above ActiveX Controls

Question: I am using tags as dropdown menus at the top of my pages. But if I have an ActiveX control below my menu then the dropdown menus’ fall drops

DevX - Software Development Resource

DHTML Options Object Generation

Question: I tried loading two frames in the browser called “TOP” and “BOTTOM”. The “BOTTOM” frame loads a JavaScript file (j1.js) and another two frames in it called “LEFT” and

DevX - Software Development Resource

Using Form Elements in DHTML

Question: I am having a problem accessing the form elements that are inside a DIV tag. It works in Internet Explorer but not in Netscape. The alert comes in both