Course: Programming Abstractions (using C++)
Topic: Lecture 12 | Programming Abstractions (Stanford)
Julie continues to go over pointers and moves on to recursive data and linked lists. She starts off explaining the basics of pointers and have two variables pointing to the same address then explains that it is better to not delete the same address more than once, as something not wanted might happen. Julie then explains the interaction between pointers and dynamic arrays.
Use the comment box below to ask questions or leave comments
blog comments powered by Disqus