Click here to Skip to main content
15,920,468 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSilly question about std namespace Pin
Jerome Conus20-Apr-04 20:15
Jerome Conus20-Apr-04 20:15 
GeneralRe: Silly question about std namespace Pin
Maxwell Chen20-Apr-04 20:23
Maxwell Chen20-Apr-04 20:23 
GeneralRe: Silly question about std namespace Pin
Jerome Conus20-Apr-04 20:34
Jerome Conus20-Apr-04 20:34 
GeneralRe: Silly question about std namespace Pin
Maxwell Chen20-Apr-04 20:59
Maxwell Chen20-Apr-04 20:59 
GeneralRe: Silly question about std namespace Pin
Mike Dimmick21-Apr-04 0:50
Mike Dimmick21-Apr-04 0:50 
GeneralRe: Silly question about std namespace Pin
Jerome Conus21-Apr-04 1:03
Jerome Conus21-Apr-04 1:03 
GeneralVC++ -> Want to modify a binary file that contain "ab 0e" to "0xab 0x0e". Pin
Pankaj Bhalla20-Apr-04 19:51
Pankaj Bhalla20-Apr-04 19:51 
GeneralRe: VC++ -> Want to modify a binary file that contain "ab 0e" to "0xab 0x0e". Pin
Steve S20-Apr-04 22:01
Steve S20-Apr-04 22:01 
You mean you want to read in each line, and for each hex value, prefix it with '0x'. You'll need to read from one file, write to another, and then delete the original, and rename your output file. Doing this in place is awkward because you are changing the size of the file.

Hope that helps a bit.

Steve S
GeneralRe: VC++ -> Want to modify a binary file that contain "ab 0e" to "0xab 0x0e". Pin
toxcct20-Apr-04 22:42
toxcct20-Apr-04 22:42 
GeneralRe: VC++ -> Want to modify a binary file that contain "ab 0e" to "0xab 0x0e". Pin
Tim Smith21-Apr-04 3:48
Tim Smith21-Apr-04 3:48 
Generalhelp on winsock problem Pin
psyclope20-Apr-04 18:26
psyclope20-Apr-04 18:26 
GeneralRe: help on winsock problem Pin
Paul Ranson21-Apr-04 9:47
Paul Ranson21-Apr-04 9:47 
QuestionHow to map CString to Class Pin
ykutanoor20-Apr-04 18:24
ykutanoor20-Apr-04 18:24 
AnswerRe: How to map CString to Class Pin
Christian Graus20-Apr-04 18:28
protectorChristian Graus20-Apr-04 18:28 
AnswerRe: How to map CString to Class Pin
Mike Dimmick21-Apr-04 0:53
Mike Dimmick21-Apr-04 0:53 
GeneralNewBird: How to...... Pin
tcsiong20-Apr-04 18:01
tcsiong20-Apr-04 18:01 
GeneralRe: NewBird: How to...... Pin
22491720-Apr-04 19:25
22491720-Apr-04 19:25 
QuestionHow to embed a binary file using CArchive Pin
Ted Christiansen20-Apr-04 13:53
Ted Christiansen20-Apr-04 13:53 
AnswerRe: How to embed a binary file using CArchive Pin
Mike Dimmick21-Apr-04 0:57
Mike Dimmick21-Apr-04 0:57 
GeneralRe: generate random ip addresses Pin
John M. Drescher20-Apr-04 16:24
John M. Drescher20-Apr-04 16:24 
GeneralRe: generate random ip addresses Pin
David Crow20-Apr-04 16:30
David Crow20-Apr-04 16:30 
GeneralRe: generate random ip addresses Pin
toxcct20-Apr-04 22:17
toxcct20-Apr-04 22:17 
GeneralRe: generate random ip addresses Pin
Paul Ranson21-Apr-04 9:29
Paul Ranson21-Apr-04 9:29 
Generalfetching selected text Pin
TFB20-Apr-04 12:22
TFB20-Apr-04 12:22 
QuestionWhat does this line of code really do? Pin
Redbehelit20-Apr-04 10:22
Redbehelit20-Apr-04 10:22 

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.