Hi.
Is it important that in which language, a DLL written with?
I mean, DLLs written in native C++ are faster or DLLs written in C#.NET? Because Native C++ is much faster that C#.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 15, 2011, 5:31 AM
Majid KamaliPosted May 15, 2011, 11:38 AM
Sam HobbsPosted May 13, 2011, 6:10 PM
You might think that C++ is faster because it is compiled to machine code and C# is not, but C# does get compiled to machine code. You might be able to write C++ programs taht are more efficient but you need to be experienced and knowledgeable to be successful. Note that your time is also expensive and spending a lot of your time to save a little machine time might be considered poor performance, especially if someone is paying you to do the work.
Majid KamaliPosted May 13, 2011, 5:15 PM
BTW, in a program, between what you said (between low level and high level code), which is better?
Thanks
Mahesh ChandPosted May 13, 2011, 4:48 PM