CS4/XML/AS3 Addressing array nodes (unknown quantity)
17:30 17-Mar-10
[Replies: 1, Views: 38]
By: twaltz
I am working on a Flash application and need some assistance with elements of the AS3 code that handle the input from the xml file that holds the reading and questions about it
Help with a PHP array that syndicates RSS feeds [urgent]
03:59 25-Feb-10
[Replies: 1, Views: 199]
By: SuperMario290
Hey Guys I ve got a question from the Web Designer Magazine and way back to issue 145. (http://www.webdesignermag.co.uk/tuto...utorial-files/ [http://www.webdesignermag.co.uk/tutorial-files/issue-145-tutorial-files/])
Static array allocation problem
04:15 11-Feb-10
[Replies: 6, Views: 99]
By: mcclane400
Consider the following code: int a = 5; cout << a << " " << &a; Obviously "a" prints out 5 and &a prints out the address of a. Now this code: int * b = new int[2]; cout << b << " " <