virtual ostream &put(ostream &os){
return A::put(os)<<f()<<"/min "<<len<< " "<<*values;
}
Is there a way to see print the entire array "values"? Each time i execute the program it prints the first lement in the array,is there a way to print each values in a row?