Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

C/C++ Pointers & Applications

Learn the applications of pointers such as usage in dynamic arrays, linked lists, function pointers, callbacks, etc
4.5
4.5/5
(124 reviews)
1,236 students
Created by

8.9

Classbaze Grade®

8.2

Freshness

8.6

Popularity

9.3

Material

Learn the applications of pointers such as usage in dynamic arrays
Platform: Udemy
Video: 6h 52m
Language: English
Next start: On Demand

Best C classes:

Classbaze Rating

Classbaze Grade®

8.9 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

8.2 / 10
This course was last updated on 11/2020.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

8.6 / 10
We analyzed factors such as the rating (4.5/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

9.3 / 10
Video Score: 8.6 / 10
The course includes 6h 52m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 7 hours 37 minutes of 507 C courses on Udemy.
Detail Score: 9.5 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.9 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

10 articles.
11 resources.
0 exercise.
0 test.

In this page

About the course

C & C++ are very powerful languages when it comes to performance & flexibility. But there are some features that are complex and take time to master. One of such features is pointers. Pointers is what separates C/C++ from other languages. These are incredibly powerful as they allow programs to access memory directly and manipulate it.
This course focuses on pointers and their applications.It leans more towards implementation in C++, rather C. You’ll learn the basics of pointers and then move on to understanding and implementing arrays, pointers to arrays & heap based arrays. You’ll also learn advanced memory management by creating a custom dynamic array (just like std::vector<T> in standard C++ library). You’ll use placement new & delete to directly place objects in a memory pool allocated through operator new function. As you’ll see later in the course, this is a powerful mechanism to optimize usage of heap memory with user-defined objects.
After arrays, you’ll learn how to use pointers to create node-based data structures. We’ll focus on two types of linked lists – singly & doubly linked lists. You’ll understand the difference between arrays and lists and also learn how to access the elements of both the data structures without having to know their internal structure. This is possible by creating context variables that allows access in a container-agnostic manner. 
Pointers are invaluable while working with strings. You’ll learn how to create dynamic strings using pointers. This will be shown with an implementation of a string class.
The next important topic you’ll learn and implement will be function pointers. You’ll understand how function pointers work and how we can simplify their syntax. You’ll also master the complexity of creating arrays of function pointers and functions that return function pointers. On top of that, you’ll be comfortable with functions returning pointer to functions that themselves return pointer to other functions. Confused? See the section on function pointers.
That’s not all. You’ll also learn how to create pointer to members (which have even a more complex syntax than function pointers). 
Furthermore, you’ll learn how to create callbacks through functions pointers. This course will show you how to optimize the callbacks through function objects. Function objects are more powerful than functions pointers as callbacks.We’ll use this knowledge and apply it in many examples to reinforce the concept of pointers to functions.
This course also introduces some commonly used containers of the C++ standard template library (STL), such as std::array, std::vector & std::list. By the time you hit these topics, you’ll already know how these are implemented internally. How about that!
This course relies on some modern C++ (C++11) features to simplify things, such as auto, std::initializer_lists, type aliases. Even if you don’t know about these features, the course has videos on these topics to get you started. Additionally, there are four full length videos dedicated to discussion on move semantics.
I hope you enjoy this course!

What can you learn from this course?

✓ Understand in depth how pointers work
✓ Understand the applications of pointers
✓ Understand efficient implementation of basic data structures
✓ Understand how callback mechanism works through pointers and objects

What you need to start the course?

• Basic knowledge of C & C++
• Should understand basic syntax of pointers

Who is this course is made for?

• Anyone who wants to increase their proficiency in C/C++ pointers
• Anyone who wants to learn the applications of pointers
• Anyone who wants to understand how basic data structures work internally

Are there coupons or discounts for C/C++ Pointers & Applications ? What is the current price?

The course costs $17.99. And currently there is a 82% discount on the original price of the course, which was $99.99. So you save $82 if you enroll the course now.
The average price is $15.4 of 507 C courses. So this course is 17% more expensive than the average C course on Udemy.

Will I be refunded if I'm not satisfied with the C/C++ Pointers & Applications course?

YES, C/C++ Pointers & Applications has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the C/C++ Pointers & Applications course, but there is a $82 discount from the original price ($99.99). So the current price is just $17.99.

Who will teach this course? Can I trust Umar Lone?

Umar Lone has created 7 courses that got 6,539 reviews which are generally positive. Umar Lone has taught 61,950 students and received a 4.5 average review out of 6,539 reviews. Depending on the information available, we think that Umar Lone is an instructor that you can trust.
Trainer, developer & founder at Poash Technologies
Civil engineer who found his calling in software development. Never worked as a Civil engineer, jumped at the first chance and started teaching C++ & Visual C++ 15 years ago. Currently, trains software professionals in various software companies in different technologies, such as Modern C++, Advanced C++, STL, Design Patterns, Android, Unity, Linux, etc. Very passionate about teaching and has trained more than 20,000 software professionals in a teaching career spanning more than 17 years. An avid gamer, currently trying his hand with game development in Unity & Unreal. Has a few Android applications to his credit, including one on Design Patterns.
Only thing he likes more than C++ is Modern C++.
Browse all courses by on Classbaze.

8.9

Classbaze Grade®

8.2

Freshness

8.6

Popularity

9.3

Material

Platform: Udemy
Video: 6h 52m
Language: English
Next start: On Demand

Classbaze recommendations for you