[CSI] casting integer to int*

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Jul 28 12:40:44 EDT 2021


Needs to be done with different casting function.

      int one = 55,
      int *ip1;
      ip1 = reinterpret_cast<int*>(one);

More on that in CS3.
Thanks,
--
Mikhail


More information about the cs13001 mailing list