Categories
Archives
Blog Stats
- 471,095 hits
You can like us at
Meta
Tag Archives: structure of c++
Structure of C++ program
In our last post we have introduced you to the object oriented programming.Today we shall know about the structure of c++ program.The structure of c++ program mainly divided into three parts. 1.Header files 2.Declaration of classes 3.main function Let us … Continue reading