The text of this article is not in this database — only its details are. Read it on the old site: Introduction to C Pointers: Basic
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Introduction to C Pointers: Basic
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Sam HobbsPosted Jan 22, 2014, 3:30 PM
Also note that Cpp (I cannot use two plus signs here) has references which are the same as pointers except using a different syntax.
Sam HobbsPosted Jan 22, 2014, 3:25 PM
I think this will help many people. I have thought about writing an article like this and I still might. You say that "Most of the high-level languages that have come after C/Cpp promote managed code". Actually, if you look at Maheh's article "Most Popular Programming Language", of the top 10 languages, only one of them is managed.