Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: sort a map by Value Pin
Roger Stoltz26-Jun-12 0:34
Roger Stoltz26-Jun-12 0:34 
AnswerRe: sort a map by Value Pin
Chris Losinger26-Jun-12 1:14
professionalChris Losinger26-Jun-12 1:14 
QuestionError CXX0052: Member function not found Pin
AmbiguousName25-Jun-12 19:26
AmbiguousName25-Jun-12 19:26 
SuggestionRe: Error CXX0052: Member function not found Pin
Binu MD25-Jun-12 20:24
Binu MD25-Jun-12 20:24 
AnswerRe: Error CXX0052: Member function not found Pin
Richard MacCutchan25-Jun-12 22:06
mveRichard MacCutchan25-Jun-12 22:06 
AnswerRe: Error CXX0052: Member function not found Pin
fat_boy26-Jun-12 3:10
fat_boy26-Jun-12 3:10 
QuestionFastest form of Interprocess communication Pin
ForNow25-Jun-12 6:44
ForNow25-Jun-12 6:44 
AnswerRe: Fastest form of Interprocess communication Pin
Albert Holguin25-Jun-12 7:24
professionalAlbert Holguin25-Jun-12 7:24 
Probably the fastest would be a shared memory pool... but are you sure you need that speed? A lot of times, people think they need the best of something when they really only need something that is good enough.

For example, even though shared memory would probably be the fastest option, it would probably not be easy to implement across multiple systems, your server and client would always have to be on the same machine (and by default, same OS), whereas if you used something more versatile like sockets, you could have your system work across different machines (or in the same one, no difference), different operating systems, different states, and even different countries.

So, make sure that you really need all that speed. For example, a phone conversation can be transmitted over sockets with no issue, but digitized IF (if you know what that means) could only go up to certain rates efficiently over a network.
QuestionHow to get the temperature from my aplication? Pin
MroMarcosKim25-Jun-12 6:01
MroMarcosKim25-Jun-12 6:01 
AnswerRe: How to get the temperature from my aplication? Pin
Software_Developer25-Jun-12 6:24
Software_Developer25-Jun-12 6:24 
QuestionThis class and its members cannot be used in applications that execute in the Windows Runtime. Pin
bob1697225-Jun-12 5:10
bob1697225-Jun-12 5:10 
AnswerRe: This class and its members cannot be used in applications that execute in the Windows Runtime. Pin
Albert Holguin25-Jun-12 7:36
professionalAlbert Holguin25-Jun-12 7:36 
GeneralRe: This class and its members cannot be used in applications that execute in the Windows Runtime. Pin
bob1697225-Jun-12 9:02
bob1697225-Jun-12 9:02 
GeneralRe: This class and its members cannot be used in applications that execute in the Windows Runtime. Pin
Albert Holguin25-Jun-12 12:38
professionalAlbert Holguin25-Jun-12 12:38 
Questionerror C2660 :,, opencv with mfc (Solved) Pin
jawadali47724-Jun-12 19:34
jawadali47724-Jun-12 19:34 
AnswerRe: error C2660 :,, opencv with mfc Pin
«_Superman_»24-Jun-12 19:47
professional«_Superman_»24-Jun-12 19:47 
AnswerRe: error C2660 :,, opencv with mfc Pin
SoMad24-Jun-12 19:53
professionalSoMad24-Jun-12 19:53 
AnswerRe: error C2660 :,, opencv with mfc Pin
fat_boy24-Jun-12 21:54
fat_boy24-Jun-12 21:54 
AnswerRe: error C2660 :,, opencv with mfc Pin
jawadali47725-Jun-12 0:40
jawadali47725-Jun-12 0:40 
QuestionDynamic cast question Pin
ForNow24-Jun-12 18:45
ForNow24-Jun-12 18:45 
AnswerRe: Dynamic cast question Pin
«_Superman_»24-Jun-12 19:51
professional«_Superman_»24-Jun-12 19:51 
AnswerRe: Dynamic cast question Pin
Richard MacCutchan24-Jun-12 22:29
mveRichard MacCutchan24-Jun-12 22:29 
AnswerRe: Dynamic cast question Pin
fat_boy25-Jun-12 0:45
fat_boy25-Jun-12 0:45 
QuestionSetDIBits and GetDIBits (Aarot.zip) Pin
Rabindra Laheri24-Jun-12 18:33
Rabindra Laheri24-Jun-12 18:33 
AnswerRe: SetDIBits and GetDIBits (Aarot.zip) Pin
Richard Andrew x6424-Jun-12 18:49
professionalRichard Andrew x6424-Jun-12 18:49 

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.