Since this question gets asked about every week, this FAQ might help a lot of users.
How to convert an integer to a string in C++
how to con
#include #include using namespace std; int main() { string s="000101"; cout<
Output: