Member-only story
C Vs C++
Welcome back! Recently i’ve been talking alot about the most popular programming languages that other massive companies use, I noticed a bunch of these positions require knowledge of C and C++, so let’s talk about some of the biggest differences between these 2 languages.
Main Differences
Starting off, the age of these languages are a little bit different, C was developed in 1969, C++ was started in 1979, a very important thing to remember is that C++ is derived from C. Another massive difference is that C is a procedural programming language where C++ is an object oriented language, what does this mean? Let’s take a look at a very informative table created by geeksforgeeks.org:
Essentially C and C++ have their pros and cons, but these are some of the biggest differences between these languages, if you want to read their full article check out this link below: