Click here to Skip to main content
16,017,755 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File Handle(very urgent) Pin
swaapu15-Oct-05 1:31
swaapu15-Oct-05 1:31 
QuestionADO datetime parameter - datestring or numbers to VARIANT Pin
compoundeye14-Oct-05 20:54
compoundeye14-Oct-05 20:54 
AnswerRe: ADO datetime parameter - datestring or numbers to VARIANT Pin
Mircea Puiu14-Oct-05 21:32
Mircea Puiu14-Oct-05 21:32 
GeneralRe: ADO datetime parameter - datestring or numbers to VARIANT Pin
compoundeye14-Oct-05 21:46
compoundeye14-Oct-05 21:46 
QuestionWhy unable to receive all message from connected clients using IOCP Pin
14-Oct-05 20:08
suss14-Oct-05 20:08 
QuestionPlaying an mp3 file from memory Pin
V.G14-Oct-05 20:05
V.G14-Oct-05 20:05 
QuestionHow to find data encoding of received buffer with WSARecv() Pin
Member 168985514-Oct-05 19:49
Member 168985514-Oct-05 19:49 
AnswerRe: How to find data encoding of received buffer with WSARecv() Pin
kakan16-Oct-05 19:42
professionalkakan16-Oct-05 19:42 
Hello.
If I'm correct, all unicode files starts with a header. I think you should be able to detect Unicode that way. The header consists of two bytes, with the hexadecimal values FF and FE

Those two characters has two meanings:
1.
They signals that it's a Unicode file.
2.
They informs about the byte order of the machine that wrote the file.

If the Unicode file is coded the Intel way (little endian), the Unicode file starts with the two bytes FF FE.
If it's a big endian file (Motorola and others), the Unicode file starts with FE FF



GeneralRe: How to find data encoding of received buffer with WSARecv() Pin
Member 168985516-Oct-05 20:47
Member 168985516-Oct-05 20:47 
QuestionVC++6 Dll For use with VB6 Pin
tinman033014-Oct-05 18:45
tinman033014-Oct-05 18:45 
AnswerRe: VC++6 Dll For use with VB6 Pin
John R. Shaw14-Oct-05 22:01
John R. Shaw14-Oct-05 22:01 
GeneralRe: VC++6 Dll For use with VB6 Pin
tinman033015-Oct-05 12:48
tinman033015-Oct-05 12:48 
Questionwhy can't I see my class in the ClassView pane? Pin
ewighell14-Oct-05 18:05
ewighell14-Oct-05 18:05 
AnswerRe: why can't I see my class in the ClassView pane? Pin
Fired Fish14-Oct-05 20:12
Fired Fish14-Oct-05 20:12 
AnswerRe: why can't I see my class in the ClassView pane? Pin
khan++14-Oct-05 21:39
khan++14-Oct-05 21:39 
GeneralRe: why can't I see my class in the ClassView pane? Pin
ewighell15-Oct-05 6:14
ewighell15-Oct-05 6:14 
GeneralRe: why can't I see my class in the ClassView pane? Pin
fuzz_ball18-Oct-05 15:46
fuzz_ball18-Oct-05 15:46 
QuestionRichEdit Control not Drawing Properly Pin
Steve Thresher14-Oct-05 12:22
Steve Thresher14-Oct-05 12:22 
Questiontoolbar Pin
Archer28214-Oct-05 12:11
Archer28214-Oct-05 12:11 
AnswerRe: toolbar Pin
khan++14-Oct-05 21:48
khan++14-Oct-05 21:48 
QuestionListing Thread Module Names and Base Addresses Pin
Abhishek Karnik14-Oct-05 9:54
Abhishek Karnik14-Oct-05 9:54 
AnswerRe: Listing Thread Module Names and Base Addresses Pin
Arman S.14-Oct-05 10:13
Arman S.14-Oct-05 10:13 
GeneralRe: Listing Thread Module Names and Base Addresses Pin
Anonymous14-Oct-05 10:32
Anonymous14-Oct-05 10:32 
GeneralRe: Listing Thread Module Names and Base Addresses Pin
Abhishek Karnik14-Oct-05 10:48
Abhishek Karnik14-Oct-05 10:48 
GeneralRe: Listing Thread Module Names and Base Addresses Pin
Robert M Greene14-Oct-05 11:07
Robert M Greene14-Oct-05 11:07 

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.