Thread
:
how to use strncmp function to compare two string input by user in C++
View Single Post
xpi0t0s
Mentor
4Jun2009,22:11
> char s1 = "";
> cin >> *s1;
I doubt this will compile.