|
results to code disappear too fast for DOS window
hi
This question used to come up all the time in the C/C++ email group I was in, were when one was trying out code the results would show briefly then disappear. I had a look down the first 8 pages, maybe it is me but could not see the search tool.
To get over this problem I have used this in my batch file to send the results to a text file called results.txt
java VolcanoApplication > results.txt
The code works great as the results are found in the text file, In C/C++ I used to recommend, Get the code to ask user it input a another variable at the end of the code.
Not sure if the apple viewer would brink up a *.class file, as gar as I know it only works on a *.HTML e.g.
appleviewer testCode.html
The VolcanoApplication is code found in "teach yourself java in 21 days", (I have had the book for more than ................... never mind), thanks
|