From the following declarations ivec z = "1"; double y = 1.1; the expression (z < y) should result 1, but it results 0. The same happens when using operator >.
Log in to post a comment.