Random File Access
Question: I am trying to read from a text file using FileInputStream. Is there a way that I can go directly to the middle of the file and read from
Question: I am trying to read from a text file using FileInputStream. Is there a way that I can go directly to the middle of the file and read from
Question: If I write a class in C++, which contains private members, I can make them read-only by providing a get access method and no set access method. If that
Question: When I do the following, double answer = 121 * .1;System.out.println(“Answer: ” + answer); I get, Answer: 12.100000000000001 What’s going on? Answer: Almost every computer architecture represents numbers in
Question: I am writing a text search applet that searches through a text file loaded from the server. I am using StringTokenizer to isolate the individual words. The problem is
Question: How do I execute a batch file on an NT machine remotely from another Windows machine? Answer: You have a couple of choices, all from the NT Server Resource
Question: Is there a way to force a function not to be inline?that is, to define the body of a function in a header file, but require that the compiler