C++ STL: algorithm

Objectives :

  • myAlgo_find_if1.cpp
    it =find_if(Vint1.begin()+0, Vint1.end(),Compare);
    cout<<" : "<< *it ;
  • Code:  myAlgo_find_if1.txt
 

Step: 1 Create a source file.

Step: 2 Edit and save Source file

Step: 3 Runtime Views:

Step: