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 bkrike 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: ysablewolf
  • Content: Threads
  • Order by date
  1. ysablewolf

    how do I pass an array into a function without using pointers

    Hi I'm trying to pass an array into a function without using pointers.. My code is as follows void Select_Game_Mode(void) ; void Single_Player_Mode(void) ; int Single_Player_Play(int bucket[], int arrSize) ; int main() { srand(time(0)) ; Select_Game_Mode() ; return 0; } //...

Part and Inventory Search

Back
Top