No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: [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 ++) … | |
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? | |
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 … | |
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) |
The End.