D
D. Susman
Hi,
1) When I define a variable like "short var", is it by default signed
or unsigned?
2) Say I have a class storing a pointer member variable. Is the
pointer assigned to 0 upon initialization of a class object
automatically or am I supposed to do it myself in the via
initialization list?
Thanks.
1) When I define a variable like "short var", is it by default signed
or unsigned?
2) Say I have a class storing a pointer member variable. Is the
pointer assigned to 0 upon initialization of a class object
automatically or am I supposed to do it myself in the via
initialization list?
Thanks.