Using IntArraySeq to search an array
int a[100];
IntArraySeq s(a, 100);
if (find(s, 42)) {
// a contains the value 42
}
Previous slide
Next slide
Back to first slide
View graphic version