When {0} is used to initialize an object, what does it mean? I can\'t find any references to {0} anywhere, and because of the curly braces Google s
{0}
Note that an empty aggregate initializer also works:
SHELLEXECUTEINFO sexi = {}; char mytext[100] = {};