Re: help me
tah_206207 wrote:
hello i want to choose programming language that support under
features in a best
1: web application programming
2: desktop programming
which ( java, c#, python, php, ... ) is better for me
i am cpp programmer
For programming a web application, I would probably go with PHP or Java,
depending on how complex your logic is. The more magic you need, the
better Java will be for your needs.
For desktop programming, it depends. C++, Java, and C# are the only
languages that appeal to me for writing large applications. I personally
prefer Java as it's the language I know the best (the STL still
aggravates me. If you need Windows support, C# is probably better; if
you need Linux, you might get more out of C++ if you can stand it,
otherwise Java would be better than C#. For portability, Java is
superior to either, since Mono is hit-or-miss and cross-platform C++ can
be interesting.
--
Beware of bugs in the above code; I have only proved it correct, not
tried it. -- Donald E. Knuth