Programming in C++
History of Programming 1st Generation –Machine Language 2nd Generation –Assembly Language 3rd Generation –Procedural Programming Languages like Basic, Fortran, Pascal, C etc. 4th Generation –OOP e.g. C++, Vb, Java
Steps of Programming Editing –To write and save code Preprocessing –To include required library files e.g #include etc Compiling/Linking –To create Object file –Libs are linked to make exe file Execution
Strength of C++ Superset of C Object Oriented Language Distributed
Recommended Books Object Oriented Programming in C++ –by Robert Lafore C++ –by Ivor Horton C++ How to Program –by Deital & Deital –