+ 2

C++ and C difference

What is difference between c, c++, objective-c? i am not about c#

12th Apr 2017, 6:53 PM
Mark Anohin
Mark Anohin - avatar
4 Answers
+ 6
Objective-c has a different syntax than c an c++. C and C++ are similar in some points like if-statements for and while loops declaration of variables or functions, usage of pointers... c just isn't object oriented and has no classes, it only has structs.
12th Apr 2017, 7:56 PM
Daniel Thomalla
Daniel Thomalla - avatar
+ 5
@Jafca I think he didn't ask for the difference between C++ and C#. @Mark C is a very hardware near non object oriented programming language. C++ is an object oriented programming language (It has classes...) Objective-C is a programming language, that WAS mostly used to programm apps for Apple devices, but I think it got almost replaced by swift
12th Apr 2017, 7:43 PM
Daniel Thomalla
Daniel Thomalla - avatar
+ 2
Do they have same syntax? Which apps are used to code by them?
12th Apr 2017, 7:49 PM
Mark Anohin
Mark Anohin - avatar