Fibonacci sequence questionwow, really? 9,223,372,036,854,775,807, signed?? That's REALLY a lot... the last normal number i get...
Fibonacci sequence questionIt works!It's not unlimited, but it gives me way more numbers...Thank you, gaminic.
Fibonacci sequence questionHello, I am trying to write a fibonacci sequence generator program, here it is: [code]#include<i...
PointersHello, I was reading the c++ documentation about pointers, and this code called my attention: [c...