Talk:Pointers and references

From Rosetta Code
Revision as of 15:54, 9 February 2012 by rosettacode>Nochnix (problem in Ada code)

Perhaps there should be a cannonical set of "common operations" here? --Rdm 18:01, 2 August 2010 (UTC)

Since each language has slightly different semantics for pointers and/or references, I don't think you can make a canonical list of "common operations" which is language independent. --Ce 18:06, 2 August 2010 (UTC)
Are the semantic differences classifiable? For language operations which are "X-like", can some set of Xs be identified?--Michael Mol 00:44, 3 August 2010 (UTC)

Ada

There's something odd in the References subsection : one declares a type, and no variable, and the loop and array index are made on the type, not on a variable ? Looks wrong, even though I'm a beginner in Ada. Probably same problem with Ada 2012 example. Nochnix 15:54, 9 February 2012 (UTC)