Packt Object Oriented Programming in C Plus Plus-XQZT

Packt Object Oriented Programming in C Plus Plus-XQZT | Apps-Tutorials | MP4 | 3.53 GiB

1 708 kb/s 1280×768 | AAC 192 kb/s 2 CH eng

NFO (Click to Show)

Another exquisit release
Packt.Object.Oriented.Programming.in.C.Plus.Plus-XQZT
 Title: Object Oriented Programming in C++
 Publisher: Packt
 Size: 3.6G (3793735068 B)
 Files: 16F
 Date: 03/18/2020
 Course #: 9781800205574
 Type: N/A
 Published: 28 Feb 2020
 Modified: N/A
 URL: www.packtpub.com/programming/object-oriented-programming-in-c-video
 Author: N/A
 Duration: 11 hours 55 minutes
 Skill: N/A
 Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
In today's scenario, it is almost impossible for a budding
programmer/developer to survive in the market without a solid
foundation of OOPs concepts and C++ is one of the best
languages to start the journey.
 The initial lectures of the
course explain the pillars of OOPs with the help of real-life
examples. As you move further, you will explore a range of
topics including input/output streams, namespaces, classes and
objects, constructors, and function overloading &
overriding. Once you finish the basics, you will dive deep into the
advanced concepts of inheritance, polymorphism, templates,
exception handling, and file handling.
 By the end of this
course, you ll be proficient in implementing the concepts of
object-oriented programming to drastically enhance the
performance of your code.
 All the codes and supporting files for
this course will be available at-

File List (Click to Show)

3.6G	Object Oriented Programming in C++ [Video]
85M	Object Oriented Programming in C++ [Video]/1.Introduction
13M	Object Oriented Programming in C++ [Video]/1.Introduction/001.Rendezvous with your Instructor.mp4
11M	Object Oriented Programming in C++ [Video]/1.Introduction/002.Why should you learn C++.mp4
20M	Object Oriented Programming in C++ [Video]/1.Introduction/003.Real world applications of C++.mp4
14M	Object Oriented Programming in C++ [Video]/1.Introduction/004.Prerequisites for this course.mp4
30M	Object Oriented Programming in C++ [Video]/1.Introduction/005.What you are going to learn - Curriculum.mp4
94M	Object Oriented Programming in C++ [Video]/10.Using new operator for dynamic memory allocation
79M	Object Oriented Programming in C++ [Video]/10.Using new operator for dynamic memory allocation/036.Dynamic memory allocation using new operator Part - 1.mp4
15M	Object Oriented Programming in C++ [Video]/10.Using new operator for dynamic memory allocation/037.Dynamic memory allocation using new operator Part - 2.mp4
14M	Object Oriented Programming in C++ [Video]/11.Scope resolution operator
14M	Object Oriented Programming in C++ [Video]/11.Scope resolution operator/038.Usages of scope resolution operator.mp4
79M	Object Oriented Programming in C++ [Video]/12.Namespaces
62M	Object Oriented Programming in C++ [Video]/12.Namespaces/039.Basics of namespaces.mp4
17M	Object Oriented Programming in C++ [Video]/12.Namespaces/040.Example code of namespace.mp4
95M	Object Oriented Programming in C++ [Video]/13.this keyword
95M	Object Oriented Programming in C++ [Video]/13.this keyword/041.The basics of 'this' keyword.mp4
18M	Object Oriented Programming in C++ [Video]/14.Function Overloading
18M	Object Oriented Programming in C++ [Video]/14.Function Overloading/042.Function Overloading.mp4
250M	Object Oriented Programming in C++ [Video]/15.Constructors
86M	Object Oriented Programming in C++ [Video]/15.Constructors/043.Basics of constructors.mp4
9.9M	Object Oriented Programming in C++ [Video]/15.Constructors/044.Types of constructors.mp4
26M	Object Oriented Programming in C++ [Video]/15.Constructors/045.Constructor Overloading.mp4
12M	Object Oriented Programming in C++ [Video]/15.Constructors/046.Alternative way to define constructors.mp4
14M	Object Oriented Programming in C++ [Video]/15.Constructors/047.Using 'this' keyword in constructors.mp4
24M	Object Oriented Programming in C++ [Video]/15.Constructors/048.Copy Constructor.mp4
81M	Object Oriented Programming in C++ [Video]/15.Constructors/049.Defining the constructor body outside the class.mp4
123M	Object Oriented Programming in C++ [Video]/16.De-allocating the memory using delete operator
72M	Object Oriented Programming in C++ [Video]/16.De-allocating the memory using delete operator/050.delete operator - de-allocating the space of an array.mp4
51M	Object Oriented Programming in C++ [Video]/16.De-allocating the memory using delete operator/051.delete operator - de-allocating the space of an object or array of objects.mp4
79M	Object Oriented Programming in C++ [Video]/17.Destructors
79M	Object Oriented Programming in C++ [Video]/17.Destructors/052.Destructors.mp4
125M	Object Oriented Programming in C++ [Video]/18.Friend functions and friend classes
59M	Object Oriented Programming in C++ [Video]/18.Friend functions and friend classes/053.Friend functions.mp4
66M	Object Oriented Programming in C++ [Video]/18.Friend functions and friend classes/054.Friend classes.mp4
41M	Object Oriented Programming in C++ [Video]/19.Passing and returning an object by reference
41M	Object Oriented Programming in C++ [Video]/19.Passing and returning an object by reference/055.Passing and returning an object by reference and more usage of this.mp4
216M	Object Oriented Programming in C++ [Video]/2.Understanding OOPs
85M	Object Oriented Programming in C++ [Video]/2.Understanding OOPs/006.Introduction to Object Oriented Programming (OOPs).mp4
73M	Object Oriented Programming in C++ [Video]/2.Understanding OOPs/007.Features of OOPs Part - 1.mp4
27M	Object Oriented Programming in C++ [Video]/2.Understanding OOPs/008.Features of OOPs Part - 2.mp4
32M	Object Oriented Programming in C++ [Video]/2.Understanding OOPs/009.Understanding relationship B_w Classes and Objects.mp4
33M	Object Oriented Programming in C++ [Video]/20.Static class Members
33M	Object Oriented Programming in C++ [Video]/20.Static class Members/056.Static class variables and static class functions.mp4
26M	Object Oriented Programming in C++ [Video]/21.Usages of const keyword
15M	Object Oriented Programming in C++ [Video]/21.Usages of const keyword/057.Declaring a named constant and making a formal parameter Read-only.mp4
12M	Object Oriented Programming in C++ [Video]/21.Usages of const keyword/058.Making instance variables Read-only.mp4
319M	Object Oriented Programming in C++ [Video]/22.Inheritance
73M	Object Oriented Programming in C++ [Video]/22.Inheritance/059.Basics of Inheritance.mp4
16M	Object Oriented Programming in C++ [Video]/22.Inheritance/060.Example code of Single Inheritance.mp4
35M	Object Oriented Programming in C++ [Video]/22.Inheritance/061.Example code of Hierarchical Inheritance.mp4
62M	Object Oriented Programming in C++ [Video]/22.Inheritance/062.Understanding public derivation.mp4
81M	Object Oriented Programming in C++ [Video]/22.Inheritance/063.Understanding protected derivation.mp4
53M	Object Oriented Programming in C++ [Video]/22.Inheritance/064.Understanding private derivation.mp4
60M	Object Oriented Programming in C++ [Video]/23.Behavior of constructors in inheritance
16M	Object Oriented Programming in C++ [Video]/23.Behavior of constructors in inheritance/065.Behavior of non-parameterized constructors in inheritance Part - 1.mp4
14M	Object Oriented Programming in C++ [Video]/23.Behavior of constructors in inheritance/066.Behavior of non-parameterized constructors in inheritance Part - 2.mp4
13M	Object Oriented Programming in C++ [Video]/23.Behavior of constructors in inheritance/067.Behavior of parameterized constructors in inheritance Part - 1.mp4
19M	Object Oriented Programming in C++ [Video]/23.Behavior of constructors in inheritance/068.Behavior of parameterized constructors in inheritance Part - 2.mp4
202M	Object Oriented Programming in C++ [Video]/24.Understanding run-time polymorphism step by step
77M	Object Oriented Programming in C++ [Video]/24.Understanding run-time polymorphism step by step/069.Assigning address of child class object into pointer to object of parent class.mp4
18M	Object Oriented Programming in C++ [Video]/24.Understanding run-time polymorphism step by step/070.Understanding virtual functions.mp4
69M	Object Oriented Programming in C++ [Video]/24.Understanding run-time polymorphism step by step/071.Understanding Late binding and Early binding.mp4
16M	Object Oriented Programming in C++ [Video]/24.Understanding run-time polymorphism step by step/072.Run-time polymorphism with Late binding Part - 1.mp4
23M	Object Oriented Programming in C++ [Video]/24.Understanding run-time polymorphism step by step/073.Run-time polymorphism with Late binding Part - 2.mp4
68M	Object Oriented Programming in C++ [Video]/25.Abstract classes using pure virtual functions
36M	Object Oriented Programming in C++ [Video]/25.Abstract classes using pure virtual functions/074.Abstract classes using pure virtual functions Part - 1.mp4
33M	Object Oriented Programming in C++ [Video]/25.Abstract classes using pure virtual functions/075.Abstract classes using pure virtual functions Part - 2.mp4
67M	Object Oriented Programming in C++ [Video]/26.Virtual destructors
67M	Object Oriented Programming in C++ [Video]/26.Virtual destructors/076.Virtual destructors.mp4
397M	Object Oriented Programming in C++ [Video]/27.Exception handling
56M	Object Oriented Programming in C++ [Video]/27.Exception handling/077.Basics of exception handling.mp4
62M	Object Oriented Programming in C++ [Video]/27.Exception handling/078.Putting exception handling into practice.mp4
18M	Object Oriented Programming in C++ [Video]/27.Exception handling/079.Multiple catch blocks under one try block.mp4
15M	Object Oriented Programming in C++ [Video]/27.Exception handling/080.Calling a function from a try block.mp4
24M	Object Oriented Programming in C++ [Video]/27.Exception handling/081.catch block that handles all exceptions.mp4
67M	Object Oriented Programming in C++ [Video]/27.Exception handling/082.Rethrowing an exception.mp4
77M	Object Oriented Programming in C++ [Video]/27.Exception handling/083.Nested try block.mp4
82M	Object Oriented Programming in C++ [Video]/27.Exception handling/084.Class level exception handling.mp4
87M	Object Oriented Programming in C++ [Video]/28.Templates
60M	Object Oriented Programming in C++ [Video]/28.Templates/085.Basics of Templates with example.mp4
15M	Object Oriented Programming in C++ [Video]/28.Templates/086.Yet another example of templates.mp4
13M	Object Oriented Programming in C++ [Video]/28.Templates/087.Class templates.mp4
352M	Object Oriented Programming in C++ [Video]/29.Operator Overloading
61M	Object Oriented Programming in C++ [Video]/29.Operator Overloading/088.The basics of operator overloading.mp4
32M	Object Oriented Programming in C++ [Video]/29.Operator Overloading/089.An example Program WITHOUT using operator overloading.mp4
14M	Object Oriented Programming in C++ [Video]/29.Operator Overloading/090.Overloading of + operator.mp4
55M	Object Oriented Programming in C++ [Video]/29.Operator Overloading/091.Overloading of relational operator Part - 1.mp4
12M	Object Oriented Programming in C++ [Video]/29.Operator Overloading/092.Overloading of relational operator Part - 2.mp4
87M	Object Oriented Programming in C++ [Video]/29.Operator Overloading/093.Overloading of unary operators Part - 1.mp4
14M	Object Oriented Programming in C++ [Video]/29.Operator Overloading/094.Overloading of unary operators Part - 2.mp4
81M	Object Oriented Programming in C++ [Video]/29.Operator Overloading/095.Overloading of unary operators Part - 3.mp4
9.5M	Object Oriented Programming in C++ [Video]/3.Installing IDE's (Integrated Development Environments) for C++
9.5M	Object Oriented Programming in C++ [Video]/3.Installing IDE's (Integrated Development Environments) for C++/010.Installing CodeBlocks and Dev C++.mp4
149M	Object Oriented Programming in C++ [Video]/30.File Streams
26M	Object Oriented Programming in C++ [Video]/30.File Streams/096.Basics of streams.mp4
15M	Object Oriented Programming in C++ [Video]/30.File Streams/097.Using ofstream class to write on a file.mp4
66M	Object Oriented Programming in C++ [Video]/30.File Streams/098.Using ifstream class to read from a file.mp4
25M	Object Oriented Programming in C++ [Video]/30.File Streams/099.Using fstream class for multiple operations.mp4
19M	Object Oriented Programming in C++ [Video]/30.File Streams/100.Writing objects on a binary file.mp4
121M	Object Oriented Programming in C++ [Video]/4.Let us start coding in C++
14M	Object Oriented Programming in C++ [Video]/4.Let us start coding in C++/011.Sample Programs Part - 1.mp4
71M	Object Oriented Programming in C++ [Video]/4.Let us start coding in C++/012.Sample Programs Part - 2.mp4
16M	Object Oriented Programming in C++ [Video]/4.Let us start coding in C++/013.Sample Programs Part - 3.mp4
12M	Object Oriented Programming in C++ [Video]/4.Let us start coding in C++/014.Sample Programs Part - 4.mp4
11M	Object Oriented Programming in C++ [Video]/4.Let us start coding in C++/015.Reading multi-word strings.mp4
108M	Object Oriented Programming in C++ [Video]/5.Using manipulators and formatting flags
18M	Object Oriented Programming in C++ [Video]/5.Using manipulators and formatting flags/016.Manipulators with arguments.mp4
71M	Object Oriented Programming in C++ [Video]/5.Using manipulators and formatting flags/017.Manipulators without arguments.mp4
21M	Object Oriented Programming in C++ [Video]/5.Using manipulators and formatting flags/018.Formatting flags.mp4
285M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C
73M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C/019.Basics of Pointers.mp4
12M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C/020.Pointers in action Part - 1.mp4
79M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C/021.Pointers in action Part - 2.mp4
12M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C/022.Pointer to Pointer.mp4
13M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C/023.Pointer Arithmetic.mp4
62M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C/024.Subtracting two pointers.mp4
14M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C/025.Arrays & Pointers.mp4
13M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C/026.Dynamic Memory Allocation Part - 1.mp4
11M	Object Oriented Programming in C++ [Video]/6.Let us revise pointers using C/027.Dynamic Memory Allocation Part - 2.mp4
72M	Object Oriented Programming in C++ [Video]/7.Creating classes and objects and much more
14M	Object Oriented Programming in C++ [Video]/7.Creating classes and objects and much more/028.Creating a class and its objects Part - 1.mp4
17M	Object Oriented Programming in C++ [Video]/7.Creating classes and objects and much more/029.Creating a class and its objects Part - 2.mp4
12M	Object Oriented Programming in C++ [Video]/7.Creating classes and objects and much more/030.Creating a class and its objects Part - 3.mp4
14M	Object Oriented Programming in C++ [Video]/7.Creating classes and objects and much more/031.Pointer to object.mp4
16M	Object Oriented Programming in C++ [Video]/7.Creating classes and objects and much more/032.Array of Objects.mp4
21M	Object Oriented Programming in C++ [Video]/8.Inline functions
21M	Object Oriented Programming in C++ [Video]/8.Inline functions/033.Inline functions.mp4
37M	Object Oriented Programming in C++ [Video]/9.Understanding access specifiers
26M	Object Oriented Programming in C++ [Video]/9.Understanding access specifiers/034.Access specifiers (visibility modes) Part - 1.mp4
12M	Object Oriented Programming in C++ [Video]/9.Understanding access specifiers/035.Access specifiers (visibility modes) Part - 2.mp4
8.0K	Object Oriented Programming in C++ [Video]/Exercise Files
4.0K	Object Oriented Programming in C++ [Video]/Exercise Files/code_9781800205574.zip
3.6G	total

File: 001.Rendezvous with your Instructor.mp4
Size: 12978532 bytes (12.38 MiB), duration: 00:01:00, avg.bitrate: 1730 kb/s
Audio: aac, 48000 Hz, stereo (eng)
Video: h264, yuv420p, 1280x768, 15.00 fps(r) (eng)


Download Packt Object Oriented Programming in C Plus Plus-XQZT ( Size: 3.53 GiB ) :


http://nitroflare.com/view/88550F063A6AF65/bciiiPaObOrPrinCPlPlXQ.z01
http://nitroflare.com/view/699D780AC40E0E0/bciiiPaObOrPrinCPlPlXQ.z02
http://nitroflare.com/view/FF4CA9246B2F6BD/bciiiPaObOrPrinCPlPlXQ.z03
http://nitroflare.com/view/03E6DB5401B120E/bciiiPaObOrPrinCPlPlXQ.zip


http://rapidgator.net/file/256366b5a87552e797d29fa54c76d384/bciiiPaObOrPrinCPlPlXQ.z01.html
http://rapidgator.net/file/d516a4de56f1585e3fd032ef4ce9e2b6/bciiiPaObOrPrinCPlPlXQ.z02.html
http://rapidgator.net/file/04465f3098b71709c0ba49a58181ba25/bciiiPaObOrPrinCPlPlXQ.z03.html
http://rapidgator.net/file/b9406dc28c8990125036f90f13edfc16/bciiiPaObOrPrinCPlPlXQ.zip.html

Apps-Tutorials
Comments (0)
Add Comment