by Zachmo
7 replies
whats is better java c++ or c# for creating normal programs?
#question #simple
  • Profile picture of the author shinepuppy
    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
    {{ DiscussionBoard.errors[3234446].message }}
    • Good description, shinepuppy. Though I think you're right that OP is just trolling...
      Signature
      [ENDORSED BY LMC]
      Stop Building Backlinks The OLD Way, Use >THIS< Instead!


      >Let Me Build HIGH QUALITY Backlinks For You!<
      {{ DiscussionBoard.errors[3234500].message }}
  • Profile picture of the author webpro4hire
    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
    {{ DiscussionBoard.errors[3234476].message }}
    • Profile picture of the author shinepuppy
      Originally Posted by webpro4hire View Post

      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
      Heh... I propose we collaborate on a COBOL driven web framework! We could call it., "Redonkulous 1.0"
      {{ DiscussionBoard.errors[3237493].message }}
  • Profile picture of the author joe12joe
    Originally Posted by Zachmo View Post

    whats is better java c++ or c# for creating normal programs?

    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.
    {{ DiscussionBoard.errors[3238521].message }}
  • Profile picture of the author signity2
    if you are asking among three java is good one
    {{ DiscussionBoard.errors[3245812].message }}
  • Profile picture of the author brian culbert
    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.
    {{ DiscussionBoard.errors[3248324].message }}

Trending Topics