Skip to main content
added 3 characters in body
Source Link
Tisys
  • 948
  • 1
  • 8
  • 21

In C++, you could also use static_cast<int>(k) to make the castingconversion explicit.

In C++, you could also use static_cast<int>(k) to make the casting explicit.

In C++, you could also use static_cast<int>(k) to make the conversion explicit.

Source Link
Tisys
  • 948
  • 1
  • 8
  • 21

In C++, you could also use static_cast<int>(k) to make the casting explicit.