Download presentation
Presentation is loading. Please wait.
Published byRalf Charles Modified over 9 years ago
1
Programming in C++ http://vustudents.ning.com/
2
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
3
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
4
Strength of C++ Superset of C Object Oriented Language Distributed
5
Recommended Books Object Oriented Programming in C++ –by Robert Lafore C++ –by Ivor Horton C++ How to Program –by Deital & Deital –http://vustudents.ning.com
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.