If I have:
int a = 10;
(LPCWSTR)a
I get nothing. How do I properly convert the types. The reason is that I want to display an integer in a messagebox.
If I have:
int a = 10;
(LPCWSTR)a
I get nothing. How do I properly convert the types. The reason is that I want to display an integer in a messagebox.
:: Copyright KIRUPA 2024 //--