Hey,

I have this line to show a message box:
MessageBox(NULL, size, "Size", MB_OK);

size is a parameter (float) passed into a function.

How can I get a float variable to show in a message box.
it gives me an error.

Thanks,