Skip to content
Back Home
April Crockett
  • Home
  • CSC 3040
  • Algorithms
  • Data Structures
  • C++
  • About April
  • Search
Back Home
April Crockett
  • Search
  • Home
  • CSC 3040
  • Algorithms
  • Data Structures
  • C++
  • About April
Home » C++ » Pointers in C++
C++

Pointers in C++

by acrockett|Published August 27, 2020

Why Pointers? https://www.youtube.com/watch?v=qK2YHYIfkE4

The Basics of Pointers https://www.youtube.com/watch?v=GIIFVy4VTFw

Arrays and Pointers https://www.youtube.com/watch?v=MuB2VHIuaCU

Dynamic Memory Allocation https://www.youtube.com/watch?v=rB8myY8NfjU

Functions & Pointers https://www.youtube.com/watch?v=NTz9ETEIVGY

  • c++
  • dynamic memory allocation
  • pointers

You may also like

Published August 15, 2025

Why is goto Bad Programming Practice in C++?

(Image taken from https://xkcd.com/) The goto statement in C++ (and many other languages) is generally considered bad programming practice. Here are some reasons why: […]

Why is while(true) or while(1) Bad Programming Practice?
Published August 15, 2025

Why is while(true) or while(1) Bad Programming Practice?

When you can write your code in the form or without having to put ways to exit the loop (break, continue, or […]

Published February 21, 2024

Validating User Input in C++

This video teaches the following:

Post navigation

  • Previous post Bubble Sort
  • Back to post list
  • Next post Structures in C++

© 2025 April Crockett – All rights reserved

Powered by WP – Designed with the Customizr theme