Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Good! Pin
Michael Schubert12-Jun-09 6:31
Michael Schubert12-Jun-09 6:31 
QuestionHow to read a schema file and get the elements from the schema file (xsd)?? Pin
Jayaraman K12-Jun-09 1:31
Jayaraman K12-Jun-09 1:31 
QuestionGetting Last Two Bytes Pin
RS.Ratheesh12-Jun-09 1:10
RS.Ratheesh12-Jun-09 1:10 
AnswerRe: Getting Last Two Bytes [modified] Pin
Jijo.Raj12-Jun-09 1:20
Jijo.Raj12-Jun-09 1:20 
AnswerRe: Getting Last Two Bytes Pin
CPallini12-Jun-09 1:39
mveCPallini12-Jun-09 1:39 
AnswerRe: Getting Last Two Bytes Pin
chirag_chauhan12-Jun-09 1:47
chirag_chauhan12-Jun-09 1:47 
GeneralRe: Getting Last Two Bytes Pin
PandemoniumPasha12-Jun-09 1:49
PandemoniumPasha12-Jun-09 1:49 
AnswerRe: Getting Last Two Bytes Pin
krmed12-Jun-09 3:25
krmed12-Jun-09 3:25 
Another option is to use the modulus operator:
int i = 0;
int x = 0;
i = 1286439;    // i is now 0x13A127
x = i % 65536;  // x is now 0xA127

Just another way to do the same thing.

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

QuestionHow to open a logical partition and read all of its file using windows function ReadFile() ? Pin
krish_kumar12-Jun-09 0:37
krish_kumar12-Jun-09 0:37 
AnswerRe: How to open a logical partition and read all of its file using windows function ReadFile() ? Pin
CPallini12-Jun-09 1:00
mveCPallini12-Jun-09 1:00 
QuestionRe: How to open a logical partition and read all of its file using windows function ReadFile() ? Pin
David Crow12-Jun-09 3:10
David Crow12-Jun-09 3:10 
AnswerRe: How to open a logical partition and read all of its file using windows function ReadFile() ? Pin
krish_kumar12-Jun-09 22:49
krish_kumar12-Jun-09 22:49 
QuestionRe: How to open a logical partition and read all of its file using windows function ReadFile() ? Pin
David Crow13-Jun-09 12:44
David Crow13-Jun-09 12:44 
AnswerRe: How to open a logical partition and read all of its file using windows function ReadFile() ? Pin
krish_kumar14-Jun-09 3:43
krish_kumar14-Jun-09 3:43 
QuestionResolution Problem in SDI application Pin
Saleem Anwar12-Jun-09 0:18
Saleem Anwar12-Jun-09 0:18 
AnswerRe: Resolution Problem in SDI application Pin
Niklas L12-Jun-09 0:33
Niklas L12-Jun-09 0:33 
AnswerRe: Resolution Problem in SDI application Pin
CPallini12-Jun-09 0:42
mveCPallini12-Jun-09 0:42 
QuestionSetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
callousfantom12-Jun-09 0:01
callousfantom12-Jun-09 0:01 
AnswerRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
Niklas L12-Jun-09 0:08
Niklas L12-Jun-09 0:08 
GeneralRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
callousfantom12-Jun-09 0:31
callousfantom12-Jun-09 0:31 
GeneralRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
Niklas L12-Jun-09 0:46
Niklas L12-Jun-09 0:46 
GeneralRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! Pin
Randor 12-Jun-09 6:59
professional Randor 12-Jun-09 6:59 
GeneralRe: SetupAPI library:SetupDiGetDeviceRegistryProperty function issue (VC++ 6.0)! [modified] Pin
callousfantom16-Jun-09 18:48
callousfantom16-Jun-09 18:48 
QuestionXML DOM insertBefore() Method Pin
p_196011-Jun-09 23:59
p_196011-Jun-09 23:59 
AnswerRe: XML DOM insertBefore() Method Pin
Niklas L12-Jun-09 0:05
Niklas L12-Jun-09 0:05 

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.