replace spaces with c++ code example
Example: replace komma with space C++
replace(str.begin(), str.end(), ',', ' ');
# include <algorithm> but works without
replace(str.begin(), str.end(), ',', ' ');
# include <algorithm> but works without