hi dear friends can any one tell me which on works faster
Visual C++, C#, VB.Net or Dephli
Which one is The Bestcan any one tell me which one work faster
Page 1 of 1
8 Replies - 833 Views - Last Post: 13 April 2009 - 03:44 AM
Replies To: Which one is The Best
#2
Re: Which one is The Best
Posted 11 April 2009 - 11:15 PM
Well they all have their own advantages and disadvantages. I would say C++ is faster, then C# after than.
Moving this to the Corner Cubical since this isn't a programming question
Moving this to the Corner Cubical since this isn't a programming question
#4
Re: Which one is The Best
Posted 12 April 2009 - 02:14 AM
probably more people will answer if this was converted into a poll.
just a suggestion but i reckon VB.NET
just a suggestion but i reckon VB.NET
#5
Re: Which one is The Best
Posted 12 April 2009 - 04:55 AM
c++ will usually run faster, but c# & vb.net run at the same speed, basically due to the fact they both compile to IL (intermediate language code). U can even write a program in VB.NET, dissasemble it to C# and re-compile (or the other way round) which can be a usefull cross language learning tool
GL
Bob
GL
Bob
#6
Re: Which one is The Best
Posted 12 April 2009 - 09:01 PM
"Works faster" is vague. Depends upon what you mean. If you want to know which one can count to 10,000,000 first I would say that they will all be about the same. If you want to know which one can open a file and read 10,000 records first I would put my money on C++ or Delphi but I might loose... If you wanted to know which could calculate the Pi to the 10,000,000 decimal places using only a single thread I would again put my money on C++ but really I may very well loose my money.
C#/VB.Net both run upon the .Net platform and are kind of a fancy interpreted languages -- but they DO run code at a native level too so they can count to 10,000,000 just as fast as C++. They also generally make certain things easier such as creating multi-threaded applications (which is kind of a pain in C++) so....
its not an easy question. I mean in theory C++ can smoke any of the platform languages... but in practice things are more complicated.
C#/VB.Net both run upon the .Net platform and are kind of a fancy interpreted languages -- but they DO run code at a native level too so they can count to 10,000,000 just as fast as C++. They also generally make certain things easier such as creating multi-threaded applications (which is kind of a pain in C++) so....
its not an easy question. I mean in theory C++ can smoke any of the platform languages... but in practice things are more complicated.
#7
Re: Which one is The Best
Posted 13 April 2009 - 01:24 AM
can any one say which Visual C++ is good for using because i don't want to use .Net Platform i want to use a Compiler like VB6 no need for installation or etc...
#8
Re: Which one is The Best
Posted 13 April 2009 - 02:58 AM
Quote
"Works faster" is vague
wait... do you mean performs better? or easier to use? or easy to learn?
#9
Re: Which one is The Best
Posted 13 April 2009 - 03:44 AM
hay guys my mean that which one work faster
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote





|