What is the distinction between " list<int> a=new list<int> [5]" and "list <int> a"?

Started by Arjan, November 17, 2016, 07:04:54 PM

Previous topic - Next topic

Jan

Hi everyone, I'd like to ask you a big question that I can not answer, what is the distinction between " list<int> a=new list<int> [5]" and "list <int> a"? Thank you for your kind help.