Click to See Complete Forum and Search --> : data type conversions


Jackmate
10-18-2001, 03:29 AM
Did you know where i can go to fecth information
about data types convertion in Visual C++ ?

I need to print Cpoint member x,y with AfxMessageBox.
Since x and y is long .. how do i convert this to LPCSTR ?

www.exontrol.com
10-18-2001, 03:57 AM
Use spritnf, wprintf, itoa, functions

Mike
www.exontrol.com

"Jackmate" <jasiph@travelgare.com> wrote:
>
>
>Did you know where i can go to fecth information
>about data types convertion in Visual C++ ?
>
>I need to print Cpoint member x,y with AfxMessageBox.
>Since x and y is long .. how do i convert this to LPCSTR ?
>
>