c++

Pointers and References explained! (C/C++)

Welcome to the “Pointers and References explained” course !

My name is Mor and I work as a C/C++ Real-Time Embedded Software Engineer.

In this comprehensive course I have gathered all the topics, materials and information you need to know regarding Pointers, References and Memory Management.

The course is suitable to all levels of programmers – from Computer Science or Software Engineering students up to an experienced Software Engineers who want to deepen their knowledge on the important concepts mentioned above.

Throughout the course, there are an extensive and clear explanations on each topic, alongside many coding examples and use cases.

Partial list of the topics the course covers: Understanding the Binary and Hexadecimal numeral systems and how they relate to memory addresses, how to use and work with pointers and references, in what cases we will need to use pointer to a pointer, or pointer to a reference, what is the relation between pointers to arrays and strings, covering all cases with the const keyword with pointers and references, we will see what are the differences and the advantages/disadvantages of passing and returning objects by value/pointer/reference from a functions, reference/pointer arithmetic, pointers and references with OOP, modern C++ topics, and much more important and interesting content!

See you inside, Good luck !

Leave a Reply