Welcome to part 8 of my C Video Tutorial. In this video I cover a topic I have received many requests for. This is basically a C Malloc Tutorial.
Malloc() ( Memory Allocator ) is used to dynamically set aside memory at run time. Because malloc() returns a pointer to that location in memory it can be a bit confusing. I’ll cover how to store both regular data types as well as structs using malloc().
If you like videos like this, it helps to tell Google+ with a click here [googleplusone]
Code From the Video
CTutorial8_1.c
CTutorial8_2.c
Pretty sweet videos, brother.
My favourite text editor is Sublime Text 2. I know hardcore people that have dropped Emacs or Vim for Sublime so it’s definitely worth taking a look at!
Keep up the good work!
Many thanks from South Africa!
Thank you 🙂 I’m amazed by how popular I am in South Africa. That is very cool! I’ll have to check out Sublime Text. It looks very nice.
derek, your tutorial is a bit fast for starter but they are great!
Thank you 🙂 Yes I like to make videos unlike what else is out there. I’m the fast tutorial guy I guess.