C/C++ Bare Bone Series

 

My Favorite Talks: No doubt C++ is still the grand-mother of programming languages. Unless we make it difficult, it is easy to understand and troubleshoot, and portable.

One in Many, and Many In One : All objects are referenced and connected with each other.

C/C++ languages are used everywhere.  However, C++ has evolved from C, and we won't find 100% back end compatibility. We must know that C language uses functional paradigm; where as C++ language offers object oriented programming and supports functional paradigms of C language. There are many points where C and C++ will differ or resemble, my  focus will remain on the uses of the different elements, than marking the differences between  this mother-daughter cohort.