how do i find an array of ints within a larger array of ints.This is my solution, hope it helps someone else. It works quick enough, although I want to believe ...
how do i find an array of ints within a larger array of ints.I have random ints: [code] void display::randomizer(void){//picks random images 1-18 to display ...