Thursday, January 23, 2025

Type Casting in C++


static_cast

 


No comments:

Post a Comment

lvalue vs rvalue

  1. What is an lvalue? An lvalue is an object that: Has an identifiable memory location. Has a name (in most cases). Can appear on th...