I've read that the initialization:
int name(0);
will create an integer name, and initialize it to zero.
My professor said that is not what it does. He couldn't tell me what it does do, but he was sure it wasn't an initialization of a variable. Does anyone know what this command actually does do?
int name(0);
will create an integer name, and initialize it to zero.
My professor said that is not what it does. He couldn't tell me what it does do, but he was sure it wasn't an initialization of a variable. Does anyone know what this command actually does do?
