top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why are so many applications written in c/c++ instead of c# or java?

+2 votes
202 views
Why are so many applications written in c/c++ instead of c# or java?
posted May 1, 2016 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes

C/C++ are faster than Java because whenever one tries to run any java program ,all the class must be loaded after that JVM generates the bytecode which is another lengthy process,one interesting fact is. JVM itself is written in C so it is obvious that C is faster than Java. For large applications the speed factor is significant, so this is the reason why so may applications was developed in C/C++

answer May 1, 2016 by Shahsikant Dwivedi
yes it's also because  cpp is the fastest language then c and in the last java.
Similar Questions
+1 vote

I'm beginner to LTE and I wanted to know basics of it. Please suggest me the links so that I can analyze some basics.

0 votes

I consider myself a python programmer, although C++ was one of the first languages I learned (not really deeply and long time ago).

Now I decided to retake C++, to broaden my view of the business. However, as I progress in learning C++, I cannot take out of my head one question

Why to use C++ instead of python?

It is not ranting against C++. I was/am looking for small-medium projects to exercise my C++ skills. But I'm interested in a "genuine" C++ project: some task where C++ is really THE language (and where python is actually a bad as initial choice).

The usual argument in favor of C++ (when comparing to python) is performance. But I'm convinced that, in general, the right approach is "python-profiling-(extension/numpy/Cython/...)". At least for a python
programmer. I might be wrong, though.

This is, perhaps, a bit off-topic, but I really want to know the thoughts of experienced python programmers on it.

...