3 Lectures, 0 Tutorial, 0 Practical, 3 Credits
Programming in C
Overview of C++, Sample C++ program, Different data types, operators, expressions, and statements, arrays and strings, pointers & function components, recursive functions, user-defined types, function overloading, inline functions
Classes, Scope resolution operator, passing objects as arguments, returning objects, and object assignment
Constructors, Destructors, friend functions, Parameterized constructors, Static data members, Functions, Arrays of objects, Pointers to objects, this pointer, and reference parameter, Dynamic allocation of objects, Copy constructors, Operator overloading using friend functions
Base Class, Inheritance and protected members, Protected base class inheritance, Inheriting multiple base classes, Constructors, Destructors and Inheritance, Passing parameters to base class constructors, Granting access, Virtual base classes
Virtual function, calling a Virtual function through a base class reference, Virtual attribute is inherited, Virtual functions are hierarchical, pure virtual functions, Abstract classes, Using virtual functions, Early and late binding
Basics of exception handling, exception handling mechanism, throwing mechanism, catching mechanism, I/O System Basics, File I/O: Exception handling fundamentals, Exception handling options. C++ stream classes, Formatted I/O, fstream and the File classes, Opening and closing a file, Reading and writing text files
The student will be able to:
0 Lectures, 0 Tutorial, 4 Practical, 2 Credits
The student will be able to: