Click here to Skip to main content
15,889,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPorting MFC applications to other machines Pin
TallAndyB15-Jul-04 5:50
TallAndyB15-Jul-04 5:50 
GeneralRe: Porting MFC applications to other machines Pin
Michael P Butler15-Jul-04 6:01
Michael P Butler15-Jul-04 6:01 
GeneralRe: Porting MFC applications to other machines Pin
Maximilien15-Jul-04 9:33
Maximilien15-Jul-04 9:33 
GeneralRe: Porting MFC applications to other machines Pin
Henry miller15-Jul-04 12:19
Henry miller15-Jul-04 12:19 
GeneralRe: Porting MFC applications to other machines Pin
TallAndyB21-Jul-04 4:40
TallAndyB21-Jul-04 4:40 
Generalcrystal reports in visual studio.net 2003 Pin
Irish_GUI15-Jul-04 4:58
Irish_GUI15-Jul-04 4:58 
GeneralCTabCtrl Query Pin
Tariq87815-Jul-04 4:53
Tariq87815-Jul-04 4:53 
Generalputting hex calues in a byte array Pin
pankajdaga15-Jul-04 4:48
pankajdaga15-Jul-04 4:48 
Hi everyone,

I have a byte array of 1000 bytes and it is supposed to have a static content. What I want to do is put a whole string of hex values into it all at once rather than do something like:

byte[0] = 0x95;
byte[1] = 0x78... and so on..

Is it possible to initialize it at once with all the content?

Thanks,
Pankaj

Without struggle, there is no progress
GeneralRe: putting hex calues in a byte array Pin
Antony M Kancidrowski15-Jul-04 4:58
Antony M Kancidrowski15-Jul-04 4:58 
GeneralRe: putting hex calues in a byte array Pin
V.15-Jul-04 5:04
professionalV.15-Jul-04 5:04 
GeneralRe: putting hex calues in a byte array Pin
pankajdaga15-Jul-04 5:18
pankajdaga15-Jul-04 5:18 
GeneralRe: putting hex calues in a byte array Pin
Antony M Kancidrowski15-Jul-04 8:47
Antony M Kancidrowski15-Jul-04 8:47 
GeneralRe: putting hex calues in a byte array Pin
pankajdaga15-Jul-04 5:18
pankajdaga15-Jul-04 5:18 
GeneralDll Problem Pin
Bernhard15-Jul-04 4:28
Bernhard15-Jul-04 4:28 
GeneralRe: Dll Problem Pin
Antti Keskinen15-Jul-04 8:32
Antti Keskinen15-Jul-04 8:32 
QuestionMaking objects talk with each other? Pin
0v3rloader15-Jul-04 4:26
0v3rloader15-Jul-04 4:26 
AnswerRe: Making objects talk with each other? Pin
Maximilien15-Jul-04 4:43
Maximilien15-Jul-04 4:43 
GeneralRe: Making objects talk with each other? Pin
0v3rloader15-Jul-04 4:59
0v3rloader15-Jul-04 4:59 
AnswerRe: Making objects talk with each other? Pin
Antti Keskinen15-Jul-04 9:18
Antti Keskinen15-Jul-04 9:18 
GeneralRe: Making objects talk with each other? Pin
0v3rloader15-Jul-04 10:02
0v3rloader15-Jul-04 10:02 
GeneralRe: Making objects talk with each other? Pin
0v3rloader15-Jul-04 10:12
0v3rloader15-Jul-04 10:12 
GeneralRe: Making objects talk with each other? Pin
Antti Keskinen15-Jul-04 11:36
Antti Keskinen15-Jul-04 11:36 
GeneralRe: Making objects talk with each other? Pin
0v3rloader15-Jul-04 11:46
0v3rloader15-Jul-04 11:46 
Generalpacked data strcutures Pin
Henry miller15-Jul-04 3:51
Henry miller15-Jul-04 3:51 
GeneralRe: packed data strcutures Pin
vmaltsev15-Jul-04 11:52
vmaltsev15-Jul-04 11:52 

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.