Talk:Pointers and references: Difference between revisions

problem in Ada code
(Classifiable?)
(problem in Ada code)
Line 3:
: 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. --[[User:Ce|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?--[[User:Short Circuit|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. [[User:Nochnix|Nochnix]] 15:54, 9 February 2012 (UTC)
Anonymous user