User Profile
Collapse
Profile Sidebar
Collapse
bugmenot2
Banned
Last Activity: Jun 23 '08, 06:16 PM
Joined: Apr 2 '08
Location:
-
"(" Expected
Hi, i have a problem with my program not compiling. It says "(" Expected on line 31, when there is in fact a bracket there.
Thanks in advance.
import java.awt.*;
import javax.swing.*;
import java.awt.event. *;
public class TicTacToe extends JFrame implements ActionListener {
JButton[][] x = new JButton[3][3];
int[][] a = new... -
It's ok guys, I was hoping for a easy solution. It's better forget it. Thanks!Leave a comment:
-
-
But I don't want to supply words...I'm looking for something like this:
print "abc[a|o]";
or
print "test?[a-z]"
and go on...
there is a way to do that?Leave a comment:
-
Yeah, but it didn't work:
$ perl -e 'print "abac[ao]\n"'
abac[ao]Leave a comment:
-
Listing all regexs possibilities
I have some regex lists, and I need to print all possibilities from them.
Like that:
print abac[ao]
that would print:
abaca
abaco
Can this be possible?
No activity results to display
Show More
Leave a comment: