This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Well nothing really.. but i think the xxx[] a is more common for c++ programmers or was it the otherway ? humm dont remember but say an array of int "int[]" or an array of int but "int []x" i think its more clear if you put the bracets with the type. well hope this helps in my dissoriented explaining and bad english //Rille
In this case, "a" would be the name of the array. I think they adopted both ways since in C/C++, you'd declare an array more like the first way, but most people think the second is easier to read.
Never ascribe to malice that which can be adequately explained by stupidity.