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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aliakmonas
  • Content: Threads
  • Order by date
  1. aliakmonas

    Recursion-Backtracking in C function arguments

    Hi i am having the following problem: I am using Recursion in C. Clearly i have a function like that: void Test(int times,int Array[5][5]) { times++; for (i=0;i<3;i++) Test(times,Array[5][5]); } My problem: i cannot get 'earlier' versions of the 2-dimensional array when i do...

Part and Inventory Search

Back
Top