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
~54.8K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for samaru
Member Avatar for djbsabkcb

[code]#include <iostream.h> #include <stdlib.h> int fibonacci() { unsigned long fib; cout << "Please input a number of fibonacci numbers which will be displayed: "; cin >> fib; unsigned long a = 1; unsigned long b = 1; unsigned long temp; for (int count1 = 0; fib != count1; count1 ++) …

Member Avatar for josh2k12
0
2K
Member Avatar for The Dude
Member Avatar for level007

I was looking at the ruby tutorials, and I tried to use the examples there. However, all that happened was this: 126: The specified module could not be found. - D:/ruby/lib/ruby/1.8/i386-mswin32/tcltklib.so D:/ruby/lib/ruby/1.8/i386-mswin32/tcltklib.so Press ENTER to close the window... Can anybody help here?

0
75
Member Avatar for level007

I have written this code in ruby but it just opens up a window and then closes again immediatley, can anyone point out the problem? [code=ruby] #Orange Tree program #You can pick an orange or leave it for a year. #For three years it will produce no fruit. #It will …

Member Avatar for azimuth0
0
87
Member Avatar for level007

I am looking to buy a new graphics card, because my current one is awful (Intel Graphics Media Accelerator 900). I am looking for a card that will support Prince of Persia: Sands of Time. The game recomends GeForce3 or Radeon 8500+. Anyone got any suggestions? (Needs T&L)

Member Avatar for Qwazil
0
89

The End.