Finding elements in arrays or vectors can be quite challenging for beginners. In this post, we use std::find_if to find items in C++ arrays and collections.
Computers, Coding and Caffeine
Need to store multiple values? This post will dive into CPP vectors, most flexible and performant container used to store many, contiguous values in C++.