I have a homework question in STL.
The question asks to write an implementation of STL algorithm replace_copy_if().
My question is NOT regarding how do I code this, but more importantly what exactly does it mean?
In other words, is it the same as just creating a function and not creating a main in the .cpp file? or does it mean create a .h file?
Im' not really sure where I'm supposed to start with this.
Thank You,