SyntaxFix
Write A Post
Hire A Developer
Questions
In C++11, use std::to_string if you can accept the default format (%f).
std::to_string
%f
storedCorrect[count]= "(" + std::to_string(c1) + ", " + std::to_string(c2) + ")";