Chapter -3
C++ BASICS
PREPARED BY:
JALPA KANTARIYA
,
, Include Files
Class Declaration
Member Functions Definitions
Main Function Program
, Continue..
The first line of program can be start with comments
Single line - //
Multi line - /* …………….*/
In include file section all the required header files are included.
In Class declaration class is declared with its member variables.
In Member Functions definition function definition is written.
Any C++ program execution is started with main function where
declaration and execution part is written.
C++ BASICS
PREPARED BY:
JALPA KANTARIYA
,
, Include Files
Class Declaration
Member Functions Definitions
Main Function Program
, Continue..
The first line of program can be start with comments
Single line - //
Multi line - /* …………….*/
In include file section all the required header files are included.
In Class declaration class is declared with its member variables.
In Member Functions definition function definition is written.
Any C++ program execution is started with main function where
declaration and execution part is written.