Войти
  • 12388Просмотров
  • 11 месяцев назадОпубликованоthedoubleeguy

C Pointers in 3 MINUTES

#codingtutorial #coding #pointers In this video, I introduce users to computer memory and how an int *ptr is set equal to the memory address of an integer. If you don't understand what a pointer is, this is a perfect start for you. Keep in mind, I do not go over most of the applications for pointers, this video was created so new C Programmers understand the basic syntax for pointers, how to initialize them, what pointing to something means, and how to dereference them. 00:00 Intro 00:22 Data Types and Memory 00:53 Asterisk and & Operators 01:47 Code Example 02:37 Recap and Outro