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
~1K People Reached
Favorite Tags
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
251
Member Avatar for ryy705

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; }

Member Avatar for mvmalderen
0
219
Member Avatar for Deech86

How would I go about making Next and Previous links that automatically take you to the proper pages without having to set the hyperlinking on each individual page?

Member Avatar for MidiMagic
0
156
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
306
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
105
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
142
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
277