str length
-
how to get the full length of the string that contains 0's inbetween. I tried _tcslen() on the LPCTSTR, but it gives the string len till the first occurrence of a 0. TIA
-
how to get the full length of the string that contains 0's inbetween. I tried _tcslen() on the LPCTSTR, but it gives the string len till the first occurrence of a 0. TIA
Are you talking about a 0 or a NULL present in your string. If it's a 0, it shouldn't be a problem.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
how to get the full length of the string that contains 0's inbetween. I tried _tcslen() on the LPCTSTR, but it gives the string len till the first occurrence of a 0. TIA
-
how to get the full length of the string that contains 0's inbetween. I tried _tcslen() on the LPCTSTR, but it gives the string len till the first occurrence of a 0. TIA
-
how to get the full length of the string that contains 0's inbetween. I tried _tcslen() on the LPCTSTR, but it gives the string len till the first occurrence of a 0. TIA