* Cantinho Satkeys

Refresh History
  • xifanwaifan11: ja
    Hoje às 11:44
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    Hoje às 05:11
  • cunha45: Entendido
    16 de Julho de 2025, 20:33
  • j.s.: reafirmo 15/07/2026 o forum encerra
    16 de Julho de 2025, 18:26
  • j.s.: o que foi dito é que este ano está pago, e para bom entendedor foi dito que após desinteresse nos membros, ficam já avisados que a 15/07/2026
    16 de Julho de 2025, 18:25
  • j.s.: boa tarde
    16 de Julho de 2025, 18:22
  • cunha45: Com a colaboração de 6 membros, aos quais agradecemos e com custos muito elevados, por parte da administração, foi pago mais um ano , do domínio e nome do fórum, num servidor externo.  Como o fórum é dos dos seus membros, e como estes mostraram total desinteresse numa pequena ajuda para a sua manutenção informamos que  a partir de 15/07/2026 o fórum encerra as suas portas.  Para todos os membros que não nos quiseram ajudar, e que fazem neste fórum, os seus downloads do que aqui disponibilizamos, para seu proveito e de borla, iremos cancelar essa função, apenas podendo vizualizar o forum.  A administação
    16 de Julho de 2025, 13:43
  • cunha45: ainda nao encerrou
    16 de Julho de 2025, 13:42
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    16 de Julho de 2025, 11:46
  • m1957: Obrigado pelo cuidado em informar!
    16 de Julho de 2025, 00:45
  • cereal killa: boas gomes, 4tj97u<z
    14 de Julho de 2025, 21:32
  • j.s.: cereal enviei pm  4tj97u<z
    14 de Julho de 2025, 21:13
  • j.s.: Entre as 20h do dia 13 de agosto de 2025 e as 10h do dia 14 de agosto de 2025 (horário CEST).
    14 de Julho de 2025, 20:55
  • j.s.: foi refeita nova data para migração
    14 de Julho de 2025, 20:55
  • j.s.: 43e5r6
    14 de Julho de 2025, 16:49
  • j.s.: por isso o forum deve estar off line  Início: 16/07/2025 às 20:00 (CEST) Fim: 17/07/2025 às 10:00 (CEST)
    14 de Julho de 2025, 16:49
  • j.s.: vai ser efectuada migração de servidores
    14 de Julho de 2025, 16:48
  • j.s.: dgtgtr a todosc 49E09B4F
    14 de Julho de 2025, 16:47
  • cunha45: ja
    14 de Julho de 2025, 08:25
  • j.s.: passem por aqui p.f. [link]
    13 de Julho de 2025, 16:29

Autor Tópico: Object Oriented Programming Using C++ From Basic To Advanced  (Lida 66 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Object Oriented Programming Using C++ From Basic To Advanced
« em: 03 de Novembro de 2022, 15:11 »

Object Oriented Programming Using C++ From Basic To Advanced
Last updated 3/2018
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.06 GB | Duration: 10h 13m

Learn OOPS and C++ - Every module feature demonstrated with real-time examples

What you'll learn
Master principles of Object Oriented Programming
You will be able to comprehend and read C++ source code effortlessly
You will be proficient with the concepts of C++
Practically apply concepts of Object Orientation using C++ language
Requirements
Student should have knowledge of the C language
Description
C++ language is a superset of the 'C' language and was initially known as "C with Classes". In "C" operator ++ is used to increment the value by 1. That means to the language 'C', developers have added some extra features and hence named as C++. C++ is a general purpose programming language and supports object oriented programming features.It is general purpose because it can used to create general systems software, server software, application software, embedded software and also used in creating video games. It is more efficient and fast. It can function both as a high level language and as a middle level language because it supports C & OOPs. It provides many built in features like classes and objects, encapsulation, inheritance, and polymorphism.This Course is compiled by Mr. Sandeep Soni, Microsoft Certified Trainer with experience over 21 years.Mr.Sandeep has worked closely with many IT companies and helped them with their technology resources training needs. He considers this to be the best part of his profession and he enjoys the most because he gets to meet new people; get involved in the ever changing technology needs and provide them with optimum solution to the problems they face in application development. This is how he keeps himself updated with the latest technology in the industryHe is always accessible to all his students anytime for any kind of question they may have. you can send him an email your queries at By the end of this course you should able toUnderstanding about object oriented programming.Gain knowledge about the capability to store information together in an object.Understand the capability of a class to rely upon another class.Learn how to store one object inside another objectLearn use of one method can be used in variety of different waysUnderstanding the process of exposing the essential data to the outside of the world and hiding the low level dataCreate and process data in files using file I/O functionsUndertsand about constructors which are special type of functionsLearn how to write code in a way that it is independent of any particular type
Overview
Section 1: Introduction
Lecture 1 Introduction and First CPP Program
Section 2: Language Features
Lecture 2 Function Overloading and Optional Parameters
Lecture 3 Reference Variables
Lecture 4 Operator Overloading
Lecture 5 Console Input and Output.
Section 3: OOPS
Lecture 6 Writing Class and Creating Objects
Lecture 7 Creating and Destroying Objects
Lecture 8 Member Functions and this Pointer
Lecture 9 Static Data Members
Lecture 10 Static Member Functions
Lecture 11 Writing a Singleton Class
Lecture 12 Friend Function and Class.
Lecture 13 Inline Functions
Section 4: Inheritance
Lecture 14 Introduction and Access Specifiers
Lecture 15 Constructors in Base and Derived class
Lecture 16 Types of Inheritance
Lecture 17 Up Casting and Down Casting
Lecture 18 Overriding and Virtual Methods
Section 5: Polymorphism
Lecture 19 Pure Virtual Function
Lecture 20 Virtual Base Class
Section 6: IO Streams
Lecture 21 Introduction to Streams
Lecture 22 IO Stream Hierarchy in CPP
Lecture 23 Introduction to File Handling
Lecture 24 FileHandling Text Input Output Operations
Lecture 25 File Handling Binary Input Output Operations
Lecture 26 Saving Objects in Binary File.
Lecture 27 File Handling Errors
Section 7: Exception Handling
Lecture 28 Exception Handling
Lecture 29 Syntax for try catch and throw
Lecture 30 More about try catch and throw statements
Lecture 31 Writing and Throwing Custom Exception Class Object.
Lecture 32 Stack Unwinding of exceptions
Section 8: Templates
Lecture 33 Templates Introduction
Lecture 34 Function Templates
Lecture 35 Class Templates
Section 9: BONUS LECTURE: What Next?
Lecture 36 BONUS LECTURE: What Next?
For those who want to know how to understand OOP methodology with real world examples,Those who want to know why to use OOP in C++,Absolutely essential for engineering and polytechnic students,For those who are comfortable with C and want to learn how to code with OOP and C++,Suitable for those who want to make career in Software Engineering


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/e90816ac3d431c7d9874b034724eeab6/bvtsp.Object.Oriented.Programming.Using.C.From.Basic.To.Advanced.part1.rar.html
https://rapidgator.net/file/39d8b8b02bd0d4bdef9ff9a374b8fdc4/bvtsp.Object.Oriented.Programming.Using.C.From.Basic.To.Advanced.part2.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/384395934a540bf5/bvtsp.Object.Oriented.Programming.Using.C.From.Basic.To.Advanced.part1.rar
https://uploadgig.com/file/download/99c1F39a484a28F8/bvtsp.Object.Oriented.Programming.Using.C.From.Basic.To.Advanced.part2.rar

nitroflare.com:
Citar
https://nitroflare.com/view/52688A996E84012/bvtsp.Object.Oriented.Programming.Using.C.From.Basic.To.Advanced.part1.rar
https://nitroflare.com/view/B71A925712C4D32/bvtsp.Object.Oriented.Programming.Using.C.From.Basic.To.Advanced.part2.rar

1dl.net:
Citar
https://1dl.net/0zfw6r19xak6/bvtsp.Object.Oriented.Programming.Using.C.From.Basic.To.Advanced.part1.rar.html
https://1dl.net/qn1umq9un7tm/bvtsp.Object.Oriented.Programming.Using.C.From.Basic.To.Advanced.part2.rar.html