Master Pointer Arithmetic In 10 Minutes (The Ultimate Guide For C Programmers).

preview_player
Показать описание
Pointer or address arithmetic is fundamental in C programming. In this video, I explain how to do pointer arithmetic with simple types such as ints and more complex types such a user-defined structs. We’ll also see how address arithmetic works with arrays.

To understand pointers and arrays in depth, be sure to watch my other videos too:

Are array variables special types of pointers?

A low-level look at arrays and addresses:

A Really Simple Guide to Pointers:

MORE LESSONS
=============
To watch other videos about “low level programming”, go to the “Down To The Metal” playlist:
Also, my series on “Programming C in Visual Studio”:
Be sure to subscribe to the Code With Huw channel so that you get a notification when I upload more lessons in this series.

PROGRAMMING BOOKS
====================
If you want to learn programming in more depth (and also support this channel!) you might think of buying one of my books. I have written books on C programming, Using Pointers in C, Recursion and other programming topics. You can buy my books (paperback or Kindle) on Amazon.

*** The Little Book Of Pointers ***

*** The Little Book Of C Programming ***

“CODE WITH HUW” ON TWITTER:
=================================

“CODE WITH HUW” ON FACEBOOK:
=================================

Good luck! And good programming!
Рекомендации по теме
Комментарии
Автор

Shocked you don't have millions of subscribers! That's crazy.

isaac
Автор

Huw, your video course: "Advanced C Programming: Pointers" is one of the best around!

GaryChike
Автор

Can you share the source of main.c somewhere on pastebin please?

Burnsie