+ 1
Is there a difference between C and C++. I found C/C++ in so many places. Are they basically the same think?
10 Réponses
+ 1
basically Yes, there are some differences. what are you lost in?
+ 1
OOP is missing in C, and is present in C++. That’s the most obvious thing.
+ 1
Besides what Michael David said, C also doesn’t have a string variable. Instead, a character array needs to be declared. Furthermore, C’s uses scan_f, whereas C++ uses cin (std::cin if you’re not using namespace std).
0
Most of the C++ starts just where C ends.
0
No i'm not lost. I'm fine. I was just curious cause i never found any difference
0
there is a difference, I can show it to you. you will be able to understand the differences?
0
i don't know
0
Hola bueno gracias
0
The concept of the classes and oops does not exist in C