Returning default values of variables
Hello, im new to c++. does anyone know how do i return to the default value of a variable?..:P
Try with VariableType()
, this should work for built in variables and for classes with a constructor which can take no arguments
ok, thanks it works :D
Topic archived. No new replies allowed.