how to convert from int to float in c++ code example Example: int to float c++ int a = 3; float b = (float)a;