Click here to Skip to main content
15,891,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error C2011 VS 2003 Pin
sweep12321-Jul-05 0:19
sweep12321-Jul-05 0:19 
GeneralRe: Error C2011 VS 2003 Pin
toxcct21-Jul-05 0:24
toxcct21-Jul-05 0:24 
GeneralRe: Error C2011 VS 2003 Pin
sweep12321-Jul-05 0:44
sweep12321-Jul-05 0:44 
GeneralRe: Error C2011 VS 2003 Pin
toxcct21-Jul-05 1:06
toxcct21-Jul-05 1:06 
GeneralRe: Error C2011 VS 2003 Pin
sweep12321-Jul-05 1:12
sweep12321-Jul-05 1:12 
GeneralRe: Error C2011 VS 2003 Pin
Alex_Y21-Jul-05 3:28
Alex_Y21-Jul-05 3:28 
GeneralHelp Required Pin
Sreekanth Muralidharan20-Jul-05 23:24
Sreekanth Muralidharan20-Jul-05 23:24 
Generalreduce size of array Pin
Mepho20-Jul-05 23:23
Mepho20-Jul-05 23:23 
i created a buffer,
how do i reduce the size of lpBuffer without losing the initial items in it.

LPBYTE lpBuffer;
lpBuffer = new BYTE[5000];

lpBuffer[0] = 'h';
lpBuffer[1] = 'i';

easiest way to make lpBuffer smaller size?!

Any help is appreciated thanks!
Mepho
GeneralRe: reduce size of array Pin
sunit520-Jul-05 23:53
sunit520-Jul-05 23:53 
GeneralRe: reduce size of array Pin
sunit521-Jul-05 4:23
sunit521-Jul-05 4:23 
GeneralRe: reduce size of array Pin
Andrew Kirillov21-Jul-05 0:01
Andrew Kirillov21-Jul-05 0:01 
GeneralRe: reduce size of array Pin
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX21-Jul-05 0:05
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX21-Jul-05 0:05 
GeneralRe: reduce size of array Pin
Andrew Kirillov21-Jul-05 0:15
Andrew Kirillov21-Jul-05 0:15 
GeneralRe: reduce size of array Pin
toxcct21-Jul-05 0:31
toxcct21-Jul-05 0:31 
GeneralRe: reduce size of array Pin
Andrew Kirillov21-Jul-05 1:08
Andrew Kirillov21-Jul-05 1:08 
GeneralRe: reduce size of array Pin
Alex_Y21-Jul-05 3:31
Alex_Y21-Jul-05 3:31 
GeneralRe: reduce size of array Pin
toxcct21-Jul-05 0:34
toxcct21-Jul-05 0:34 
GeneralRe: reduce size of array Pin
Alexander M.,21-Jul-05 1:23
Alexander M.,21-Jul-05 1:23 
GeneralRe: reduce size of array Pin
Bob Stanneveld21-Jul-05 2:54
Bob Stanneveld21-Jul-05 2:54 
GeneralRe: reduce size of array Pin
David Crow21-Jul-05 3:02
David Crow21-Jul-05 3:02 
GeneralRe: reduce size of array Pin
John R. Shaw21-Jul-05 6:00
John R. Shaw21-Jul-05 6:00 
GeneralRe: reduce size of array Pin
David Crow21-Jul-05 6:27
David Crow21-Jul-05 6:27 
GeneralRe: reduce size of array Pin
John R. Shaw21-Jul-05 6:45
John R. Shaw21-Jul-05 6:45 
GeneralRe: reduce size of array Pin
David Crow21-Jul-05 7:06
David Crow21-Jul-05 7:06 
GeneralRe: reduce size of array Pin
Mepho21-Jul-05 19:51
Mepho21-Jul-05 19:51 

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.