strContent is type-cast to a FAR t_char pointer, then to a char pointer. The reason it works is because during cast, the only part of the CString structure that aligns with a char[] is the string buffer itself. Otherwise, you wouldn't be able to do this since the compiler would complain that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.