Explicit type casting converts a variable of any type to a variable of the required type. It converts a variable to primitive data types. The correct syntax to explicitly typecast a variable to anintor afloatis
Well.. such a conversion would only make sense if your WCHAR string only consisted of characters that can also be represented using CHAR. In that case, yiu can write a conversion function: CHAR wide_to_narrow(WCHAR w) { // simple typecast // works because UNICODE incorporates ASCII into i...