fast question what does this do in c++;
auto asd = (1,2,3,4,5);
note: this does note emit an error
Is this a class? If it is a struct of data or class or array, can you tell me how to get the individual element value;
When i cout << asd ; It return always the last number, in this case 5
thanks in advance