Changing the Environment Inside a Program
Question: How do I change the environment inside a program (filename.4gl)? Example: setenv TBCONFIG $tbconfig.01 Answer: I don’t think you can do it. If you’re running a 4gl program, you
Question: How do I change the environment inside a program (filename.4gl)? Example: setenv TBCONFIG $tbconfig.01 Answer: I don’t think you can do it. If you’re running a 4gl program, you
Question: Is it possible to use JavaScript to create a custom page and pass all the values in the page to an online form such that I do not have
Question: I have a frameset that consists of two frames. The top frame is a horizontal frame that displays a bulletin message in a banner if there is some sort
Question: If I can use the “InetAddress” class to acquire the IP address of a computer, is there a way to get the computer’s name from an IP address? Answer:
Question: Is there a profiler like JProbe which supports the Microsoft Virtual Machine? I already tried the -prof switch on the command line, but that doesn’t do everything I need.
Question: I’m trying to make a calculator program using switch statements for +,-,* and /. I know how to handle and divide by zero error. I also have to use
Question: void foo(const int x) { // not altering x} Herb Sutter in Exceptional C++, pg.177 says, “const pass-by-value is unuseful and misleading at best.” I disagree, at a glance
Question: How do I make a method deprecated? Answer: Deprecating a method or entire class is as simple as using the “@deprecated javadoc” tag in its documentation. For example: /**
Question: Why will this code not work with IE 5.5? Answer: It’s not a question in this case of JavaScript not working with IE 5.5, but of Java not working