connexion - c++

40

Upload: bhuvangates

Post on 11-Dec-2015

11 views

Category:

Documents


3 download

DESCRIPTION

Connexion - C++

TRANSCRIPT

Page 1: Connexion - C++
Page 2: Connexion - C++
Page 3: Connexion - C++

A smallest individual unit in a program

Tokens

Page 4: Connexion - C++

A C++ token

Keywords

Page 5: Connexion - C++

Binds the data and function together

Class

Page 6: Connexion - C++

A C++ Keyword

break

Page 7: Connexion - C++

A C++ token

Operators

Page 8: Connexion - C++

Improves the program readability

comments

Page 9: Connexion - C++

Data Type

Short

Page 10: Connexion - C++

A C++ keyword

case

Page 11: Connexion - C++

A C++ token

Constants

Page 12: Connexion - C++

Variables of class

Objects

Page 13: Connexion - C++

Memory allocation operator

new

Page 14: Connexion - C++

A C++ keyword

switch

Page 15: Connexion - C++
Page 16: Connexion - C++

Concept of OOP

Dynamic binding

Page 17: Connexion - C++

Operators to format the data display

Manipulators

Page 18: Connexion - C++

Access specifier

public

Page 19: Connexion - C++

Takes reference to an object

Copy constructor

Page 20: Connexion - C++

Concept of OOPs

Message passing

Page 21: Connexion - C++

Another way to pass input to program

Command line argument

Page 22: Connexion - C++

A C++ Feature

Portable

Page 23: Connexion - C++

Pass an argument to a subroutine

Call by reference

Page 24: Connexion - C++

Concept of OOP

Inheritance

Page 25: Connexion - C++

A String Process

Concatenation

Page 26: Connexion - C++

Allocation of memory to objects

Dynamic constructor

Page 27: Connexion - C++

C++ Statement

cout

Page 28: Connexion - C++

A C++ Concept

Constructor

Page 29: Connexion - C++

An expression type

Bitwise expressions

Page 30: Connexion - C++

Explicit conversion of variables

Typecast

Page 31: Connexion - C++

C++ header file

conio.h

Page 32: Connexion - C++

A C++ Concept

Constructor Overloading

Page 33: Connexion - C++

C++ statement terminator

Semicolon

Page 34: Connexion - C++

Special assignment expressions

Shorthand assignment operator

Page 35: Connexion - C++

Multiple meanings

Operator overloading

Page 36: Connexion - C++

C++ development place

AT & T Bell Laboratories

Page 37: Connexion - C++

Interface to the compiler

Function prototyping

Page 38: Connexion - C++

A function type

friend function

Page 39: Connexion - C++

Takes an argument

Parameterized constructor

Page 40: Connexion - C++

© - BHUVANESWARAN B, AP (SS) / CSE / REC, Chennai