From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shriramana Sharma Subject: C or C++ Date: Wed, 02 May 2007 19:50:55 +0530 Message-ID: <46389E47.5040601@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Linux C Programming List Hello. I am writing a library and wondering whether to write it in C or C++. Previously I knew only C but now I got introduced to the many conveniences of C++ I am loth to give them up. I also feel C++ is a cleaner language than C (for whatever reason). OTOH I am thinking maybe if I write in C many more programmers will be able to use it - C programmers as well as C++ programmers, whereas if I write in C++ only C++ programmers can use it (i.e. if the API contains any C++-specific items [or even if otherwise?]). I would like the list's opinion on whether it is worth sacrificing the advantages of C++ to capture more "clients". A voice inside tells me -- Qt and KDE are pure C++, yet they are among the hugest-used (if there is such a word) libraries... But another voice tells me -- there is GTK, GNOME and so many other libraries which I do not know which may be having many users precisely because they are in pure C... So I don't want to be like the frog in the well (who did not know there was such a thing as an ocean) and so I am asking you. Namaste. Shriramana Sharma.