Porting some CPP code from VS2005 - will not compile in VS2010
Thought at first it was corrupted files - but files appear to be ok.
Syntax appears a lot in function variable declaration as well as within structs.
Seems be be an array - but would there be any reason the previous programmer would have used this "name??(n??)" syntax over just "name[n]" (that also appears in the code)?