All the good time! There was a problem, I began to write a function to integrate 2 string and double arrays into one map.
map<string, double> toMap(const string* str,double* params){ map<string, double> rMap; //как узнать колличество элементов массиве str или params? return rMap; } toMap(new string[3]{"name1","name2","name4"}, new double[3]{1,2,3}); Methods such as sizeof and others do not help. Are there any other solutions?