C++ and C can generate exactly the same speed code. The difference is, C++ has more libraries and some of the library implementations can be much faster or much slower than the equivalent C only version of the code .
C++ and C can generate exactly the same speed code. The difference is, C++ has more libraries and some of the library implementations can be much faster or much slower than the equivalent C only version of the code .