An open API service indexing awesome lists of open source software.

https://github.com/heyfoz/cpp-parallel-vector-functions

The Parallel Vector Functions Program (C++) uses two parallel vectors, which are each filled with 500 random numbers between 1 and 100. The vectors are passed to a function that returns an integer indicating how many times both vectors contained even numbers in the same location.
https://github.com/heyfoz/cpp-parallel-vector-functions

cpp function vector

Last synced: about 1 year ago
JSON representation

The Parallel Vector Functions Program (C++) uses two parallel vectors, which are each filled with 500 random numbers between 1 and 100. The vectors are passed to a function that returns an integer indicating how many times both vectors contained even numbers in the same location.

Awesome Lists containing this project

README

          

# cpp_parallel_vector_functions
The Parallel Vector Functions Program (C++) uses two parallel vectors, which are each filled with 500 random numbers between 1 and 100. The vectors are passed to a function that returns an integer indicating how many times both vectors contained even numbers in the same location.

Link to .cpp file: Parallel Vector Functions C++ Program

Copyright (c) 2022 ffm5113