Weird...I use windows and Code::Blocks IDE. if you use another operating system or another IDE, I have no id...
Weird...[code] #include <iostream> #include <string> using namespace std; int main(){ string password("My ...
Weird...see this link: http://www.cplusplus.com/reference/string/string/operators/
Weird...[code]#include <iostream> #include <string> using namespace std; int main(){ string S1("My first s...
Weird...send the code you have write or try mine: [code] #include <iostream> using namespace std; int mai...