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

C / C++ / MFC

 
GeneralRe: how to add the new function???? Pin
CPallini4-Mar-08 9:16
mveCPallini4-Mar-08 9:16 
GeneralRe: how to add the new function???? Pin
El Corazon4-Mar-08 7:13
El Corazon4-Mar-08 7:13 
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 
A lot of MMX functions, 128 bit math and the like are intrinsics in the Visual Studio compilers, they are enabled by linking with the MSVCRT runtime but you don't need it to use them. They're also not especially well documented, search MSDN for intrinsics and keep digging. Smile | :)

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

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 
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 

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.