0
Just comparing String variable with a raw String, if any mistake is there then Please let me know . Thanks in advance
3 odpowiedzi
+ 7
no problem, happy to help :)
+ 6
You cannot compare strings like that. You need to use strcmp function defined in the cstring library
http://www.cplusplus.com/reference/cstring/strcmp/
0
okay thanks I'll try that :)