Hello i have a string vector which contains something like this 1 2 3 a b 4 -1 seperatly.
String vector displays 1 as 1, 2 as 2, a as a(for sure) but it does not display -1 properly. When i cout -1 value, it displays something like û1 this.
I have to write a if statement when -1 equals something. what should i write
if(a == here), to work.
Thanks!



LinkBack URL
About LinkBacks



