Hey, I'm trying to understand how to float a pointer so that the pointer passes decimal
places, and i am lost in the sauce. is it supposed to look like this? Thanks in advance.
int object1;
object1 = 100 ;
int object2;
object2 = 1000;
float *ptr_object1 = &object1;
float *ptr_object2= &object2;