simple question

by 7 replies
8
whats is better java c++ or c# for creating normal programs?
#programming #question #simple
  • mmm... I hope you aren't trolling with this question LOL!

    My background is in computer science and I've coded in all three of the languages you mention. Which is "better" for "normal programs" just depends on your requirements. Does your code need to run across different platforms? Java might be better.

    Are you looking for fast optimized code and manual memory management? C++ may be best.

    Do you want to code for windows and use all of it's APIs and MFC? C# is probably your best bet.

    So... what are your requirements? I'm a scripting guy myself. I love ruby and PHP
    • [ 1 ] Thanks
    • [1] reply
    • Good description, shinepuppy. Though I think you're right that OP is just trolling...
  • Zachmo,

    Forget those "modern" languages for normal programs. Real programmers use COBOL or FORTRAN, or even 'B' (aka 'C' with soul) for real programs. *lol*

    shinepuppy is right on with his description.

    CHeers,
    WP4H
    • [1] reply
    • Heh... I propose we collaborate on a COBOL driven web framework! We could call it., "Redonkulous 1.0"

  • It depends, C++ is extending the C programming language and mainly used for system programming. If you could tell us about the program which you are trying to develop, we might be able to help you in a better way.
  • [DELETED]
  • if you are asking among three java is good one
  • If you need just do simple programming, go with C# it is the easiest understandable language than java or C++ . but every language has a limit to deal with what you want to perform, C++ has no limit but it is very very hard do to a simple button, Java is intermediate, C# and generally .Net is the easiest but they has a limit. just try to do a skin to form to check that yourself.

Next Topics on Trending Feed