⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

Perhaps there should be a cannonical set of "common operations" here? --[[User:Rdm|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. --[[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)

== C: Added a practical example ==

I've added a minimal, practical example of pointers using C that shows how useful pointers are. Hope it'll be useful! --JBF8088 (Hi there! =D) 14:46, 4 November 2015 (UTC)