Click here to Skip to main content
15,887,477 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC++ vs. C# Pin
PankajB31-Jul-09 20:38
PankajB31-Jul-09 20:38 
AnswerRe: C++ vs. C# Pin
Rajesh R Subramanian31-Jul-09 20:40
professionalRajesh R Subramanian31-Jul-09 20:40 
GeneralRe: C++ vs. C# Pin
PankajB31-Jul-09 20:49
PankajB31-Jul-09 20:49 
QuestionRe: C++ vs. C# Pin
Rajesh R Subramanian31-Jul-09 20:53
professionalRajesh R Subramanian31-Jul-09 20:53 
AnswerRe: C++ vs. C# Pin
PankajB31-Jul-09 21:14
PankajB31-Jul-09 21:14 
GeneralRe: C++ vs. C# Pin
harold aptroot31-Jul-09 21:24
harold aptroot31-Jul-09 21:24 
GeneralRe: C++ vs. C# Pin
PankajB31-Jul-09 21:29
PankajB31-Jul-09 21:29 
GeneralRe: C++ vs. C# Pin
Rajesh R Subramanian31-Jul-09 21:38
professionalRajesh R Subramanian31-Jul-09 21:38 
Managed code is slower than native, but just for calling a function in a library, I don't think there should be any difference as such. Further more, if you are talking about the execution time of the function within the DLL, that should remain the same (within the DLL), no matter what environment are you executing it from.

I recommend that you do a little profiling and test it out. You don't need any setup as such. VS 2008 has profiling features inbuilt, or you could use a high resolution counter to find out how long has the function taken to execute from within the test environment (native or managed).


It is a crappy thing, but it's life -^ Carlo Pallini

GeneralRe: C++ vs. C# Pin
harold aptroot31-Jul-09 21:54
harold aptroot31-Jul-09 21:54 
AnswerRe: C++ vs. C# Pin
Joe Woodbury1-Aug-09 10:23
professionalJoe Woodbury1-Aug-09 10:23 
QuestionHow can made safer application that is not detect by antivirus? Pin
Le@rner31-Jul-09 19:24
Le@rner31-Jul-09 19:24 
AnswerRe: How can made safer application that is not detect by antivirus? Pin
Rajesh R Subramanian31-Jul-09 20:38
professionalRajesh R Subramanian31-Jul-09 20:38 
GeneralRe: How can made safer application that is not detect by antivirus? Pin
Le@rner31-Jul-09 21:02
Le@rner31-Jul-09 21:02 
AnswerRe: How can made safer application that is not detect by antivirus? Pin
Bacon Ultimate Cheeseburger1-Aug-09 1:23
Bacon Ultimate Cheeseburger1-Aug-09 1:23 
GeneralRe: How can made safer application that is not detect by antivirus? Pin
Le@rner1-Aug-09 1:26
Le@rner1-Aug-09 1:26 
GeneralRe: How can made safer application that is not detect by antivirus? Pin
Bacon Ultimate Cheeseburger1-Aug-09 1:35
Bacon Ultimate Cheeseburger1-Aug-09 1:35 
GeneralRe: How can made safer application that is not detect by antivirus? Pin
Le@rner1-Aug-09 1:54
Le@rner1-Aug-09 1:54 
GeneralRe: How can made safer application that is not detect by antivirus? Pin
Bacon Ultimate Cheeseburger1-Aug-09 2:11
Bacon Ultimate Cheeseburger1-Aug-09 2:11 
QuestionEditbox to Listbox Pin
Neil Jigger31-Jul-09 19:06
Neil Jigger31-Jul-09 19:06 
AnswerRe: Editbox to Listbox Pin
Rajesh R Subramanian31-Jul-09 20:24
professionalRajesh R Subramanian31-Jul-09 20:24 
GeneralRe: Editbox to Listbox Pin
Neil Jigger3-Aug-09 15:22
Neil Jigger3-Aug-09 15:22 
GeneralRe: Editbox to Listbox Pin
Rajesh R Subramanian3-Aug-09 18:00
professionalRajesh R Subramanian3-Aug-09 18:00 
GeneralRe: Editbox to Listbox Pin
Neil Jigger3-Aug-09 20:59
Neil Jigger3-Aug-09 20:59 
GeneralRe: Editbox to Listbox Pin
Neil Jigger3-Aug-09 21:02
Neil Jigger3-Aug-09 21:02 
QuestionWhere do I declare variables without them being Global Variable. Pin
Adassus31-Jul-09 17:40
Adassus31-Jul-09 17:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.