Click here to Skip to main content
16,004,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Administrator account check Pin
Nibu babu thomas13-Nov-07 23:00
Nibu babu thomas13-Nov-07 23:00 
AnswerRe: Windows Administrator account check Pin
David Crow14-Nov-07 3:31
David Crow14-Nov-07 3:31 
GeneralRe: Windows Administrator account check Pin
Mark Salsbery14-Nov-07 7:38
Mark Salsbery14-Nov-07 7:38 
Question[SOLVED]Sliding effect for text in MFC Pin
atrok13-Nov-07 21:41
atrok13-Nov-07 21:41 
AnswerRe: Sliding effect for text in MFC Pin
chandu00413-Nov-07 22:08
chandu00413-Nov-07 22:08 
AnswerRe: Sliding effect for text in MFC Pin
Cedric Moonen13-Nov-07 22:16
Cedric Moonen13-Nov-07 22:16 
QuestionData Conversion Byte to Integer Pin
quantimizer13-Nov-07 21:31
quantimizer13-Nov-07 21:31 
AnswerRe: Data Conversion Byte to Integer Pin
Peter Weyzen13-Nov-07 21:54
Peter Weyzen13-Nov-07 21:54 
You are about to learn about endian issues. You can read all about it on the wikipedia[^]

This is an long standing issue -- and is based on the processor on your computer. For all of us Windows, we operate as "little endian" -- whereas mac and java folks operate in "big endian" format.

Endianness is just how the processor stores numbers in byte format. There's some handy functions used for socket programming (but also available generally) -- see ntohs()[^]



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
<A HREF="http://www.soonr.com">SoonR Inc -- PC Power delivered to your phone</A>

QuestionRe: Data Conversion Byte to Integer Pin
David Crow14-Nov-07 3:35
David Crow14-Nov-07 3:35 
AnswerRe: Data Conversion Byte to Integer Pin
Peter Weyzen14-Nov-07 10:14
Peter Weyzen14-Nov-07 10:14 
AnswerRe: Data Conversion Byte to Integer Pin
CPallini13-Nov-07 22:19
mveCPallini13-Nov-07 22:19 
GeneralRe: Data Conversion Byte to Integer Pin
quantimizer14-Nov-07 1:26
quantimizer14-Nov-07 1:26 
GeneralRe: Data Conversion Byte to Integer Pin
CPallini14-Nov-07 1:35
mveCPallini14-Nov-07 1:35 
QuestionProblem with CPU Usage Pin
ashishbhatt13-Nov-07 21:26
ashishbhatt13-Nov-07 21:26 
GeneralRe: Problem with CPU Usage Pin
ashishbhatt13-Nov-07 21:58
ashishbhatt13-Nov-07 21:58 
GeneralRe: Problem with CPU Usage Pin
Peter Weyzen13-Nov-07 22:01
Peter Weyzen13-Nov-07 22:01 
GeneralRe: Problem with CPU Usage Pin
ThatsAlok13-Nov-07 23:25
ThatsAlok13-Nov-07 23:25 
GeneralRe: Problem with CPU Usage Pin
ashishbhatt13-Nov-07 23:41
ashishbhatt13-Nov-07 23:41 
GeneralRe: Problem with CPU Usage Pin
ashishbhatt13-Nov-07 23:38
ashishbhatt13-Nov-07 23:38 
GeneralRe: Problem with CPU Usage Pin
Cedric Moonen14-Nov-07 0:01
Cedric Moonen14-Nov-07 0:01 
GeneralRe: Problem with CPU Usage Pin
Cedric Moonen13-Nov-07 22:21
Cedric Moonen13-Nov-07 22:21 
AnswerRe: Problem with CPU Usage Pin
Peter Weyzen13-Nov-07 21:59
Peter Weyzen13-Nov-07 21:59 
QuestionMemory usage Pin
g_sandipan13-Nov-07 20:50
g_sandipan13-Nov-07 20:50 
AnswerRe: Memory usage Pin
only coder13-Nov-07 21:00
only coder13-Nov-07 21:00 
GeneralRe: Memory usage Pin
g_sandipan13-Nov-07 23:00
g_sandipan13-Nov-07 23:00 

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.