Click here to Skip to main content
15,915,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: double to char conversion vc++ Pin
Cedric Moonen12-Apr-05 21:08
Cedric Moonen12-Apr-05 21:08 
GeneralRe: double to char conversion vc++ Pin
Anonymous12-Apr-05 21:15
Anonymous12-Apr-05 21:15 
GeneralRe: double to char conversion vc++ Pin
John R. Shaw12-Apr-05 21:36
John R. Shaw12-Apr-05 21:36 
GeneralRe: double to char conversion vc++ Pin
jhwurmbach12-Apr-05 23:43
jhwurmbach12-Apr-05 23:43 
GeneralSpeed VStudio vs .NET Pin
doctorpi12-Apr-05 21:03
doctorpi12-Apr-05 21:03 
GeneralRe: Speed VStudio vs .NET Pin
4apai12-Apr-05 21:50
4apai12-Apr-05 21:50 
GeneralRe: Speed VStudio vs .NET Pin
jhwurmbach12-Apr-05 23:48
jhwurmbach12-Apr-05 23:48 
GeneralRe: Speed VStudio vs .NET Pin
Adi Narayana Vemuru13-Apr-05 1:17
Adi Narayana Vemuru13-Apr-05 1:17 
The Theory proposed is not 100% right. But that's true when the any piece of code is running for first time during execution of application in Dotnet comparing to C++ application(VS 6.0 compiler).

Reason is Dotnet compiler generates MSIL, which will be compiled to Native code by JIT on first execution of each MSIL piece of code. Once it's compiled to Native code it's similar to any C++ program compiled with VS 6.0 compiler.

But when comes to application specific, the performance definitely depends on the algorithms you are implementing.

hope the above suffice for ur doubt

Regards,
Adi
GeneralCopyFile + ERROR_FILE_EXISTS Pin
peterchen12-Apr-05 20:48
peterchen12-Apr-05 20:48 
GeneralRe: CopyFile + ERROR_FILE_EXISTS Pin
GDavy12-Apr-05 21:04
GDavy12-Apr-05 21:04 
Generali need Sample for accessing Webservices in VC++ Pin
Killer312-Apr-05 20:15
Killer312-Apr-05 20:15 
GeneralRe: i need Sample for accessing Webservices in VC++ Pin
22491712-Apr-05 20:20
22491712-Apr-05 20:20 
GeneralRetrieval of HDD Serial Number using C++/VC++ Pin
jpatexor12-Apr-05 19:59
jpatexor12-Apr-05 19:59 
GeneralRe: Retrieval of HDD Serial Number using C++/VC++ Pin
22491712-Apr-05 20:09
22491712-Apr-05 20:09 
GeneralIPX Address Pin
charu12312-Apr-05 19:47
charu12312-Apr-05 19:47 
GeneralRe: IPX Address Pin
22491712-Apr-05 19:51
22491712-Apr-05 19:51 
GeneralRe: IPX Address Pin
charu12312-Apr-05 21:56
charu12312-Apr-05 21:56 
GeneralRe: IPX Address Pin
ThatsAlok12-Apr-05 23:20
ThatsAlok12-Apr-05 23:20 
Generalstring to unsigned char conversion using vc++ Pin
nehathoma12-Apr-05 19:20
nehathoma12-Apr-05 19:20 
GeneralRe: string to unsigned char conversion using vc++ Pin
ThatsAlok12-Apr-05 19:30
ThatsAlok12-Apr-05 19:30 
GeneralRe: string to unsigned char conversion using vc++ Pin
22491712-Apr-05 19:34
22491712-Apr-05 19:34 
GeneralRe: string to unsigned char conversion using vc++ Pin
ThatsAlok12-Apr-05 20:19
ThatsAlok12-Apr-05 20:19 
GeneralRe: string to unsigned char conversion using vc++ Pin
22491712-Apr-05 20:28
22491712-Apr-05 20:28 
GeneralRe: string to unsigned char conversion using vc++ Pin
nehathoma12-Apr-05 21:05
nehathoma12-Apr-05 21:05 
GeneralRe: string to unsigned char conversion using vc++ Pin
ThatsAlok12-Apr-05 21:10
ThatsAlok12-Apr-05 21:10 

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.