filmov
tv
7 easy lessons to learn core concepts about Pointers. Use this C Programming Tutorial.

Показать описание
If you are studying POINTERS at the UNIVERSITY, this will be the go-to resource for understanding POINTERS. Watch, learn, implement. This video will prepare you to tackle more complicated uses of the pointer, like linked-list, stacks and queue's. This video will prepare you for those type of Data Structure algorithms.
This video will supplement any C Programming University class, other tutorial online, and even self-study.
Let my 25 years of experience guide you through the basic concepts of learning POINTERS.
you may have to use this : #define _CRT_SECURE_NO_WARNINGS, if you are using visual studios 2019.
TimeLine
00:00 - the beginning
00:34 - Intro to looping of an Array with Pointers
03:14 - Loop over array, only use pointer
06:35 - Pointer - POST Increment *(ptr++)
08:37 - Pointer - POS Decrement *(ptr--)
10:03 - Pointer - PRE Increment *(++ptr)
11:01 - Pointer - PRE Decrement *(--ptr)
12:16 - Loop over array, use Pointer Pre-Increment ++ptr
14:59 - TEST (good luck)
#softwareNuggets, #c, #cprogramming, #pointer, #ptr, #intPtr
This video will supplement any C Programming University class, other tutorial online, and even self-study.
Let my 25 years of experience guide you through the basic concepts of learning POINTERS.
you may have to use this : #define _CRT_SECURE_NO_WARNINGS, if you are using visual studios 2019.
TimeLine
00:00 - the beginning
00:34 - Intro to looping of an Array with Pointers
03:14 - Loop over array, only use pointer
06:35 - Pointer - POST Increment *(ptr++)
08:37 - Pointer - POS Decrement *(ptr--)
10:03 - Pointer - PRE Increment *(++ptr)
11:01 - Pointer - PRE Decrement *(--ptr)
12:16 - Loop over array, use Pointer Pre-Increment ++ptr
14:59 - TEST (good luck)
#softwareNuggets, #c, #cprogramming, #pointer, #ptr, #intPtr