課程資料
- 可獲發
- *證書的發放與分配,依課程提供者的政策及安排而定。
課程簡介
Mastering pointers in C programming with Single Pointer,Double,Triple Pointer,Generic,NULL Pointers,Memory Leaks etc.
To be an expert C programmer you need to master on pointers.
The course explain Pointers really in depth and hands on! You will learn all the concepts that are very valuable to understand the real “Funda” of Pointers which Most of the Text Books and FREE Youtube video don’t cover.
In this course you will get:
5 Hours Of High Quality Video
Quizzes after each video to test your Knowledge
Coding Quizzes
C codes of all the programmes!
This is not a course for the beginners. This is an intermediate level course. Who have the basic knowledge in C programming and what to move to the Advance Level can really interested about pointer can take the course.
If you’ve struggled with pointers and have knowledge gap in this area then this course fits you.
This course is designed in a very scientific way, In a series of short, tightly-targeted lessons, you will learn all about:
computer memory and how pointers access it
how memory is allocated
what happens when you ‘cast’ pointers to specific types
why some pointers are ‘generic’
What happens if type mismatch problem occurs and how to avoid it.
Malloc, calloc, realloc with real hands on in depth!
With this course we provide you all the source codes in C. So just download and run your code on your IDE!
課程章節
- 13 個章節
- 25 堂課
- 第 1 章 Introduction and Overview
- 第 2 章 Download the Study Materials
- 第 3 章 Single, Double and Triple Pointer
- 第 4 章 LValue and RValue
- 第 5 章 Ch 4 : Type Mismatch
- 第 6 章 Ch 5: Arithmetic Operation on Pointer
- 第 7 章 Ch 6: Pre and Post Increment Pointer
- 第 8 章 Ch 7 : Generic Pointers
- 第 9 章 Ch 8: Segments and Segmentation Faults
- 第 10 章 Ch 9: NULL pointer
- 第 11 章 Ch 10: . Pointers with Const keyword
- 第 12 章 Ch 11: Dynamic Memory Allocation
- 第 13 章 Ch 12 : Memory Leaks and Dangling Reference
課程內容
- Get depth knowledge on Pointer
- Able to Test Practical Knowledge with Quizzes
- How Actually Pointers are Adjusted in Computer Memory
- Single , Double , Triple Pointer
- The concepts of LValue and RValue that most of us don’t know
- Type Mismatch
- Arithmetic Operation on Pointer
- Pre and Post Increment Pointer
- Generic , NULL Pointers
- Segmentation Faults
- Pointers with Const keyword
- Dynamic Memory Allocation
- Hidden Concepts of malloc , calloc, realloc that most of the programmer don't know
- Memory Leaks and Dangling Reference
此課程所涵蓋的技能
評價
-
JJan Carlos Herrera Gallardo
It needs to improve the quality of notes.
-
RRichard Audet
While this course presents pointer and memory management topics reasonably well, there is nothing "advanced" about it, so the Udemy title is misleading. The author's title is "Pointers in C", which is accurate, and the difficulty level of the material is beginner/intermediate.
-
KKarthikeyan Chinnathambi
Awesome and clear explanations
-
JJaved Deshmukh
As its name suggest, Mastering Advanced in C programming: pointer in depth. It is just a basic of pointers. Advanced concepts are still missing, and u can add more; 1. pointer to function and use case, use of pointer in callbacks. 2. Pointer to structure and use case 3. pointer to strings and handling data in strings /buffers