Beginning with C++ By Hardeep Singh - BCA Notes

31 downloads 251 Views 3MB Size Report
Applications of C++. ▫ Simple ... With Class. ▫ Structure of C++ Program ... It is an object oriented programming. ▫ It is the ... Author name:- E Balagurusamy.
Beginning with C++ By Hardeep Singh

By Hardeep Singh

Contents    



What is C++? Applications of C++. Simple Program Features. Comments Output Operator

By Hardeep Singh

Contents Conti..    



Header Files Return Type of main( ) More C++ Statements An example With Class Structure of C++ Program

By Hardeep Singh

What is C++?



It is an object oriented programming. It is the super set of c. It has bottom-up approach.



Applications:-

 

By Hardeep Singh

Simple C++ program #include< iostream.h > #include< conio.h > int main( ) { cout