Book Image

Building Blocks of Application Development with C++ [Video]

By : Biplab Kumar Modak
Book Image

Building Blocks of Application Development with C++ [Video]

By: Biplab Kumar Modak

Overview of this book

<p><span id="description" class="sugar_field">Being a general-purpose programming language, C++ has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation. Learning the skills to be biased toward system programming and embedded programming, resource-constrained, and large systems, with performance, efficiency, and flexibility of use are essential building blocks of application development.</span></p> <p><span id="description" class="sugar_field">This course will introduce you to object-oriented programming (OOP). It includes an in-depth analysis of classes and the associated OOP concepts, which will empower you to implement the concepts of object-oriented programming (OOP) in real life scenarios. It also provides you with the essential know-how to tackle challenges while writing your code. </span></p> <p><span id="description" class="sugar_field">Toward the end of each section, you’ll be introduced to the practical implementation of the concepts. So, get ready to get practical with advanced concepts in C++ such as Templates, Namespaces, Exception Handling, C++ Preprocessor, Pointers, and Functions. This tutorial will give you all you need to know about working with OOP in C++. All the code and supporting files for this course are available on Github at <a style="font-weight: normal;" href="https://github.com/PacktPublishing/Building-Blocks-of-Application-Development-with-C-" target="_new">https://github.com/PacktPublishing/Building-Blocks-of-Application-Development-with-C-</a></span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course is packed with step-by-step instructions. It shows you how to design and build your application using C++. This course is divided into clear chunks so you can learn at your own pace.</span></span></p>
Table of Contents (5 chapters)
Chapter 1
Object Oriented Programming (OOP) in C++
Content Locked
Section 2
Class
This video will demonstrate basics of OOP using class keyword. - Learn how to define an object using class keyword - Learn about constructor and destructor functions in a class - Learn about member functions with public, private, and protected attributes