|
|
Subject:
Best programming language for developing Data Structures ($5.00)
Category: Computers > Algorithms Asked by: rkalyankumar-ga List Price: $5.00 |
Posted:
11 May 2006 15:43 PDT
Expires: 15 May 2006 04:40 PDT Question ID: 727889 |
I need to choose between three programming languages C,C++ & Java for developing data structures for a project which will require speed of execution. Which will be a better option ? |
|
There is no answer at this time. |
|
Subject:
Re: Best programming language for developing Data Structures ($5.00)
From: redfoxjumps-ga on 12 May 2006 01:11 PDT |
What language do those doing the programming know best? Will ths propagate over the internet? How big and complex will the structure be in five years? C++ was choosen by my magic eight ball. Honest! |
Subject:
Re: Best programming language for developing Data Structures ($5.00)
From: frde-ga on 12 May 2006 06:21 PDT |
I chose Delphi Initially because it had inline ASM - but optimized .386 ASM is boring - so I reverted to optimized pseudo Pascal RISC is tedious for low level programmers. |
Subject:
Re: Best programming language for developing Data Structures ($5.00)
From: frankcorrao-ga on 12 May 2006 10:32 PDT |
based purely on code execution speed and nothing else, C. However, you can do some very interesting things at compile time with C++ template meta-programming such that it might provide advantages depending on the details. Keep in mind that C is almost a proper subset of C++, so theoretically, C++. You don't *have* to use objects, the STL and exceptions for it to be C++. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |