From the course: C Essential Training

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Thank you

Thank you

- In this course, my goal was to provide you with a good working knowledge of C . I've covered the basic syntax of the language, including pointers, references, conditionals, and loops. We've covered primitive data types, along with aggregate types like arrays and structures. I've shown you how to create and use functions, including function signatures. and overloaded function names. How to create your own classes and objects, including constructors, destructors, and operator overloads. I've shown you how to use templates in the powerful standard template library, one of the most comprehensive and flexible container libraries available in any language. Along the way, I hope you've taken some time to experiment with the challenges and exercises and perhaps create some of your own classes for use in your projects. C is a tremendously powerful language, and while I've covered the essentials in this course, it's no…

Contents