Rob doesn't compile the newsletter at all. He finds it somewhere. Says so on the frontpage :)
(,
Fri 4 Oct 2002, 22:34,
archived)
it said
newsletter.java:1: Class or interface declaration expected.
This Week:
^
newsletter.java:3: Invalid character constant.
- Have you got Parkinson's?
^
newsletter.java:9: String not terminated at end of line.
___/ _ |/_
etc...
(,
Fri 4 Oct 2002, 22:39,
archived)
newsletter.java:1: Class or interface declaration expected.
This Week:
^
newsletter.java:3: Invalid character constant.
- Have you got Parkinson's?
^
newsletter.java:9: String not terminated at end of line.
___/ _ |/_
etc...
I have nothing more to nearly say, Im watching star trek and tryong ot animate while veryy veryyy drubnk,.
(,
Fri 4 Oct 2002, 22:40,
archived)
Not Java jokes. I'm learning Java for my degree. Finding it to be a right pain in the undercarriage.
(,
Fri 4 Oct 2002, 22:42,
archived)
you will learn to love it with all your heart
it could have been c, but i happened to have my paths set up for java
(,
Fri 4 Oct 2002, 22:47,
archived)
it could have been c, but i happened to have my paths set up for java
public class HelloWorld
{ public static void main(String[] args)
{ System.out.println("I flippin hope so :)");
}
}
(,
Fri 4 Oct 2002, 22:56,
archived)
{ public static void main(String[] args)
{ System.out.println("I flippin hope so :)");
}
}
MessageBox(NULL, L"Hello World", NULL, NULL);
do it in a messagebox!
(,
Fri 4 Oct 2002, 23:13,
archived)
do it in a messagebox!