In this video I continue with my C Linked List tutorial. In part 9, I gave you homework and in this video I will show you my answer. You guys asked for more tutorials like this, so I’m giving it a try.
So, today I’ll show you how to search through a Linked List. I’ll also cover how to delete structs and remove them not only from the Linked List, but also from memory. All of the code from the video is below along with a transcription.
If you like videos like this it helps to tell Google with a click here [googleplusone]
Code From the Video
CTutorial10.c
Hi, I hope you could help me
Do we have free up memory after we finished using the variables
? If not, why?
244 free(pFirstNode);
245
246 free(pLastNode);
If you aren’t using many of them it doesn’t really matter, but it is a good habit to develop
I hope you don’t mine asking you this….
Where do I start if I wanted to teach a computer programming n
Sorry there is a typo error in mine- mind
To continue…… What programming language to teach a 14 years old boy or where do I start to teach computer programming . Thanks for your help and you’re so great and awesome?
The best language for a new programmer in my opinion is Python. I have a Python tutorial if you’re interested.
I’m not sure what you mean by starting to teach a programming language? I’m always happy to help with anything if I can.
derek please start a course of J2EE, u promised me that you will start it soon
I’m going to cover J2EE as soon as I finish my C Tutorial
You’re making it pretty clear and understandable. I am loving it. Will ask you doubts as and when it arises. Thank you !
Thank you 🙂 Feel free to ask questions