Click here to Skip to main content
15,893,381 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to add the new function???? Pin
Eytukan4-Mar-08 7:40
Eytukan4-Mar-08 7:40 
AnswerRe: how to add the new function???? Pin
savitri4-Mar-08 17:44
savitri4-Mar-08 17:44 
GeneralRe: how to add the new function???? Pin
Cedric Moonen4-Mar-08 20:19
Cedric Moonen4-Mar-08 20:19 
GeneralRe: how to add the new function???? Pin
Christian Graus5-Mar-08 9:07
protectorChristian Graus5-Mar-08 9:07 
GeneralMMX (or other) enabled runtime libraries. Pin
jpg6423-Mar-08 23:05
jpg6423-Mar-08 23:05 
GeneralRe: MMX (or other) enabled runtime libraries. Pin
Matthew Faithfull3-Mar-08 23:25
Matthew Faithfull3-Mar-08 23:25 
GeneralRe: MMX (or other) enabled runtime libraries. [modified] Pin
jpg6423-Mar-08 23:34
jpg6423-Mar-08 23:34 
GeneralRe: MMX (or other) enabled runtime libraries. Pin
Matthew Faithfull4-Mar-08 0:08
Matthew Faithfull4-Mar-08 0:08 
Yes, if you want optimised standard functions that use the newer instruction, Intel libraries built with Intel's optimizing compiler backend is definitely the way to go. GNU glibc has some of the lower level i386 support functions e.g. memset written in hand optimised, GAS format, assembler but the Intel tools will optimise your whole code, post compilation.

Nothing is exactly what it seems but everything with seems can be unpicked.

Questionerror C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
gentleguy3-Mar-08 22:40
gentleguy3-Mar-08 22:40 
AnswerRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
CPallini3-Mar-08 22:46
mveCPallini3-Mar-08 22:46 
AnswerRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
Cedric Moonen3-Mar-08 22:47
Cedric Moonen3-Mar-08 22:47 
AnswerRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
Rajkumar R3-Mar-08 22:51
Rajkumar R3-Mar-08 22:51 
GeneralRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
gentleguy4-Mar-08 13:51
gentleguy4-Mar-08 13:51 
GeneralRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
Rajkumar R4-Mar-08 17:00
Rajkumar R4-Mar-08 17:00 
Generalgetting installation path of currently running exe Pin
neha.agarwal273-Mar-08 22:34
neha.agarwal273-Mar-08 22:34 
GeneralRe: getting installation path of currently running exe Pin
CPallini3-Mar-08 22:39
mveCPallini3-Mar-08 22:39 
Questionhow to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
savitri3-Mar-08 22:02
savitri3-Mar-08 22:02 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 22:09
professionalRajesh R Subramanian3-Mar-08 22:09 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
CPallini3-Mar-08 22:35
mveCPallini3-Mar-08 22:35 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 22:39
professionalRajesh R Subramanian3-Mar-08 22:39 
QuestionRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
CPallini3-Mar-08 22:41
mveCPallini3-Mar-08 22:41 
QuestionRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 22:48
professionalRajesh R Subramanian3-Mar-08 22:48 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
BadKarma3-Mar-08 23:01
BadKarma3-Mar-08 23:01 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 23:09
professionalRajesh R Subramanian3-Mar-08 23:09 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
CPallini3-Mar-08 23:04
mveCPallini3-Mar-08 23:04 

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.