Click here to Skip to main content
16,005,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How many of you use _tcsinc ? Pin
cmk25-Mar-05 9:26
cmk25-Mar-05 9:26 
QuestionHow messages be dispatched? Pin
kokehqyu24-Mar-05 20:38
kokehqyu24-Mar-05 20:38 
QuestionCustom ActiveX control? Pin
foxyspy24-Mar-05 20:24
foxyspy24-Mar-05 20:24 
GeneralCapturing KeyUp and Setting Value ... Pin
Mitch F.24-Mar-05 20:19
Mitch F.24-Mar-05 20:19 
GeneralRe: Capturing KeyUp and Setting Value ... Pin
Anthony_Yio25-Mar-05 18:58
Anthony_Yio25-Mar-05 18:58 
GeneralDetermining if a character can be rendered in a certain font Pin
Taka Muraoka24-Mar-05 20:18
Taka Muraoka24-Mar-05 20:18 
GeneralPlease help me! Pin
dSolariuM24-Mar-05 20:13
dSolariuM24-Mar-05 20:13 
GeneralRe: Please help me! Pin
toxcct24-Mar-05 21:22
toxcct24-Mar-05 21:22 
hum, I really wonder that you don't know C++ quite well.

i already post for you something about operator new.

if you want to change the size of an array (of course, without loosing its content), you allocate a new array (with the new size), you copy the existing datas from the previous array, you delete the old array...

that's quite simple, but if you have to perform lots of operation of this type on an array, you'd better have a look at the STL containers, especially list<> and vector<>


TOXCCT >>> GEII power
[toxcct][VisualCalc]
GeneralRe: Please help me! Pin
wise_8224-Mar-05 23:23
wise_8224-Mar-05 23:23 
GeneralRe: Please help me! Pin
Chintoo72325-Mar-05 1:17
Chintoo72325-Mar-05 1:17 
GeneralRe: Please help me! Pin
toxcct25-Mar-05 1:30
toxcct25-Mar-05 1:30 
GeneralRe: Please help me! Pin
Chintoo72325-Mar-05 2:13
Chintoo72325-Mar-05 2:13 
GeneralRe: Please help me! Pin
toxcct25-Mar-05 2:19
toxcct25-Mar-05 2:19 
GeneralRe: Please help me! Pin
Chintoo72325-Mar-05 2:31
Chintoo72325-Mar-05 2:31 
Generalhardware enumeration Pin
brilliant10124-Mar-05 19:54
brilliant10124-Mar-05 19:54 
GeneralRe: hardware enumeration Pin
brilliant10124-Mar-05 20:00
brilliant10124-Mar-05 20:00 
GeneralRe: hardware enumeration Pin
toxcct24-Mar-05 22:07
toxcct24-Mar-05 22:07 
GeneralRe: hardware enumeration Pin
David Crow25-Mar-05 2:53
David Crow25-Mar-05 2:53 
Generalhigh performance graphic libaray! Pin
simonchen.net24-Mar-05 18:12
simonchen.net24-Mar-05 18:12 
Questionwhat does enum type do? whats the difference? Pin
ligerDave24-Mar-05 17:27
ligerDave24-Mar-05 17:27 
AnswerRe: what does enum type do? whats the difference? Pin
Ed K24-Mar-05 17:55
Ed K24-Mar-05 17:55 
AnswerRe: what does enum type do? whats the difference? Pin
Roger Wright26-Mar-05 21:30
professionalRoger Wright26-Mar-05 21:30 
GeneralMultiple Selection In ListBox MFC Pin
emilie560224-Mar-05 16:46
emilie560224-Mar-05 16:46 
GeneralRe: Multiple Selection In ListBox MFC Pin
David Crow25-Mar-05 3:42
David Crow25-Mar-05 3:42 
GeneralString manipulation.. Pin
RobJones24-Mar-05 15:12
RobJones24-Mar-05 15:12 

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.