Skip to content
Back Home
April Crockett
  • Home
  • CSC 1300/1310 (C++)
  • CSC 2400 (Algorithms)
  • About April
  • Search
Back Home
April Crockett
  • Search
  • Home
  • CSC 1300/1310 (C++)
  • CSC 2400 (Algorithms)
  • 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 […]

GCC C++ Compiler for Linux
Published April 17, 2026

GCC C++ Compiler for Linux

GCC (GNU Compiler Collection) is a foundational toolchain for C++ development, providing the g++ compiler to transform C++ source code into executable binaries.

VS Code without AI enabled
Published April 17, 2026

Disable All GenAI in VS Code

In all assignments for CSC 1300 and CSC 1300 you are not allowed to use any GenAI tool to write code for […]

Post navigation

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

© 2026 April Crockett – All rights reserved

Powered by WP – Designed with the Customizr theme