Subject Details
Dept     : EEE
Sem      : 3
Regul    : 2019
Faculty : vasuki S
phone  : NIL
E-mail  : vasuki.s.cse@snsct.org
790
Page views
48
Files
0
Videos
4
R.Links

Icon
Announcements

  • Assignment

    Assignment topic is ARRAY USING C++ and due date is 30-10-2022.

  • Question Bank

    Dear Students the Question Bank has been uploaded for the following topics:
    Basic definitions of C++

  • Puzzles

    Dear Students the Puzzles has been uploaded for the following topics:
    BASIC DEFINITIONS FOR C++ CONCEPTS,
    C++ BASICS

  • Resource Link

    Dear Students the Resource Link has been uploaded for the following topics:
    Introduction to C++
    Concepts of C++
    Features of OOP
    Programming In Modern C++

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Need for object oriented programming – Procedural Languages vs. Object oriented approach,
    Characteristics Object oriented programming,
    C++ Programming Basics: Basic Program Construction - Output Using cout - Input with cin,
    Data types,
    Variables and Constants,
    Operators,
    Control Statements,
    Manipulators,
    Type conversion,
    Simple Class,
    C++ Objects as Physical Objects,
    C++ Object as Data types,
    Constructors and Destructors,
    Object as Function Arguments

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Returning Objects from Functions,
    Structures and Classes,
    Arrays ,
    Strings,
    Need of operator overloading,
    Overloading Unary Operators- Overloading binary Operators,
    Overloading Special Operators,
    Data Conversion,
    Inheritance: Derived Class and Base Class,
    Derived Class Constructors-Overriding Member Functions,
    Class Hierarchies-Public and Private Inheritance,
    Levels of Inheritance,
    Multiple Inheritance

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Virtual Function – Friend Function,
    Static Function-Assignment and Copy Initialization,
    Streams,
    String I/O,
    Character I/O – Object I/O,
    I/O with Multiple Objects,
    File Pointers ,
    Disk I/O with Member Functions,
    Error Handling in File I/O,
    Templates: Introduction,
    Function Templates,
    Overloading Function Templates,
    Class Templates,
    Exception Handling,
    Syntax,
    Multiple exceptions,
    Exceptions with arguments