Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

7 Posted Topics

Member Avatar for arh

Hi guys. I'd like to learn how to make games. I'm on a mac, so I suppose I'd like to learn how to make it on a mac. I know java pretty darn well and I'm not to shabby in C++. I've also got a large book on openGL. I …

Member Avatar for Nick Evan
0
259
Member Avatar for ryy705

[QUOTE=ryy705;283035]Java implements pass by reference right? So when I do cons("item", stack) with the following code I should print out --> itemabcd. But that isn't the case, why? String stack = "abcd"; cons("item",stack); System.out.println(stack); // public void cons(String item, String stack) { stack = item + stack; }[/QUOTE] Strings are …

Member Avatar for tux4life
0
254
Member Avatar for Deech86

Not quite clear what you are asking. From within a java applet, or just on a normal site? If just on a normal website here is my answer: Have each file named number 1.html, 2.html etc. In javascript make a variable called i and set it to the current page …

Member Avatar for MidiMagic
0
163
Member Avatar for arh

Hi guys. How would I go about installing the gnome desktop on my mac? I've got X11 running and all, but can't see to get it to work. Would someone care to give me some instructions on how to do this?

Member Avatar for hezekiahb
0
365
Member Avatar for arh

Hi guys. I would love to install linux on my old ibm thinkpad (the a22e model). Anyways, i'm having a minor problem in that the cd drive doesn't work (I still have windows 98 going on it). Its kind of hard to install linux w/out a cd drive. So i …

Member Avatar for John A
0
117
Member Avatar for arh

Hi guys. I'm a highschool student taking computer science classes at dartmouth college. I was wondering if anyone had an research topics for me to look into. I know the general answer to this kind of thing is "whatever you like", but I really have no idea. Just some general …

Member Avatar for Rashakil Fol
0
157
Member Avatar for arh

Hi guys. Gotta a CS exam coming up this sunday and I want to clarify the difference between bigO and theta notation. I know that bigO is the upperbound and it has a constant after which all running time will be below. I know that theta has an upper and …

Member Avatar for Eko
0
287

The End.