Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hecke

  1. hecke

    Out of local stack error in my program

    Hey Guys, i have written the following program, that describes a lagged fibbonacci sequence, with fib(n) = 1, for 0<=n<2000 and fib(n) = fib(n-2000)+fib(n-1999), for n>=2000. The problem: When i call the programm (below) for a large "n", for example, for n= 100000000000000 (in the code...

Part and Inventory Search

Back
Top