Forum: Java Sep 21st, 2004 |
| Replies: 1 Views: 3,025 defining mathematical symbols Hi there,
I'm currently trying to write a program that requires me to generate some mathematical formulas. I've been able to use the extended ascii codes to represent some of them using code like... |
Forum: Java Sep 2nd, 2004 |
| Replies: 2 Views: 3,306 writing to a file Hey there,
I'm new to java and I need to write a string that i generated in my code to an output file. I'm currently writing the string to the standard output like so... |
Forum: Java Aug 25th, 2004 |
| Replies: 1 Views: 2,543 matching regular expressions Hi there,
First off I'm new to java and coding in general so please bear with me. I'm trying to write a bit of code that will convert something like the following
con(pk(B),pk(AS),pk(A),B)
to... |
Forum: Java Aug 17th, 2004 |
| Replies: 1 Views: 2,867 jbuilder question Not sure if this is the correct forum to post this question. I've just downloaded the free jbuilder foundation application. I've used an earlier version of jbuilder(1.01) and when I create a new... |
Forum: Java Aug 4th, 2004 |
| Replies: 1 Views: 3,738 string translation Hey there,
First off I'm really new to Java so please bear with me. I need to translate a line of text from one form to another. An example line segment has the following format:
"... |
Forum: Java Jul 27th, 2004 |
| Replies: 0 Views: 2,238 File I/O Manipulation Prob Hey,
First off I'm really new to Java so please bear with me. I need to read in a file and translate it to a different output format. An example line segment from the input file has the following... |