Click here to Skip to main content
15,885,767 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
SuggestionRe: How to communicate between two different app using SendMessage API? Pin
David Crow30-Dec-15 10:28
David Crow30-Dec-15 10:28 
AnswerRe: How to communicate between two different app using SendMessage API? Pin
Arthur V. Ratz30-Dec-15 2:42
professionalArthur V. Ratz30-Dec-15 2:42 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Anasuya201530-Dec-15 3:51
Anasuya201530-Dec-15 3:51 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Arthur V. Ratz30-Dec-15 4:27
professionalArthur V. Ratz30-Dec-15 4:27 
GeneralRe: How to communicate between two different app using SendMessage API? Pin
Arthur V. Ratz30-Dec-15 4:29
professionalArthur V. Ratz30-Dec-15 4:29 
AnswerRe: How to communicate between two different app using SendMessage API? Pin
Serkan Onat30-Dec-15 9:30
professionalSerkan Onat30-Dec-15 9:30 
PraiseRe: How to communicate between two different app using SendMessage API? Pin
Maximilien6-Jan-16 2:49
Maximilien6-Jan-16 2:49 
QuestionConversions in C Pin
ForNow29-Dec-15 8:09
ForNow29-Dec-15 8:09 
Hi
I am wondering if anyone can point me in the right direction
I am getting strange results
When I try to move a DWORD to a char[4] I am running in 64 bit mode and it my understanding that both are 32 bits long
The DWORD has 4 bytes of a ebcdic character string
I want to move the DWORD to char 4 so that I can access every character and convert it to ascii when I try to move 1 of the chars to a unsigned int e.g. Unsigned int c = str[1] the result in c is a negative number maybe the high order bit in str[1] byte is on but by moving it to a unsigned int shouldn't that do away with making the result negative for example moving a D0 results in FFF2
Any help appreciated
Thanks
AnswerRe: Conversions in C Pin
Richard Andrew x6429-Dec-15 11:44
professionalRichard Andrew x6429-Dec-15 11:44 
GeneralRe: Conversions in C Pin
ForNow29-Dec-15 11:52
ForNow29-Dec-15 11:52 
AnswerRe: Conversions in C Pin
Arthur V. Ratz30-Dec-15 2:45
professionalArthur V. Ratz30-Dec-15 2:45 
GeneralRe: Conversions in C Pin
ForNow30-Dec-15 6:22
ForNow30-Dec-15 6:22 
QuestionHow to call c# callback function from VC++ Pin
shakumar_2128-Dec-15 22:54
shakumar_2128-Dec-15 22:54 
AnswerRe: How to call c# callback function from VC++ Pin
Richard MacCutchan29-Dec-15 0:57
mveRichard MacCutchan29-Dec-15 0:57 
QuestionRESET USB Pin
Member 1223302928-Dec-15 15:17
Member 1223302928-Dec-15 15:17 
QuestionRe: RESET USB Pin
David Crow28-Dec-15 17:01
David Crow28-Dec-15 17:01 
QuestionCollecting openions/suggestions for Masters Project (topic: Firewall Optimisation) Pin
SujithKG28-Dec-15 5:15
SujithKG28-Dec-15 5:15 
SuggestionRe: Collecting openions/suggestions for Masters Project (topic: Firewall Optimisation) Pin
Richard MacCutchan28-Dec-15 7:36
mveRichard MacCutchan28-Dec-15 7:36 
Questionwhy this funny double is not a true zero? Pin
includeh1027-Dec-15 3:13
includeh1027-Dec-15 3:13 
AnswerRe: why this funny double is not a true zero? Pin
Richard Andrew x6427-Dec-15 6:17
professionalRichard Andrew x6427-Dec-15 6:17 
AnswerRe: why this funny double is not a true zero? Pin
CPallini28-Dec-15 10:46
mveCPallini28-Dec-15 10:46 
AnswerRe: why this funny double is not a true zero? Pin
emersony21-Jan-16 8:37
emersony21-Jan-16 8:37 
QuestionDatabase creation on external HD Pin
Amr.Mohammad8724-Dec-15 20:16
Amr.Mohammad8724-Dec-15 20:16 
AnswerRe: Database creation on external HD Pin
Richard MacCutchan24-Dec-15 21:08
mveRichard MacCutchan24-Dec-15 21:08 
GeneralRe: Database creation on external HD Pin
Amr.Mohammad8725-Dec-15 7:21
Amr.Mohammad8725-Dec-15 7:21 

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.