Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get en exe default icon Pin
Mark Salsbery4-Oct-06 10:11
Mark Salsbery4-Oct-06 10:11 
GeneralRe: How to get en exe default icon Pin
Mark Salsbery4-Oct-06 10:12
Mark Salsbery4-Oct-06 10:12 
GeneralRe: How to get en exe default icon Pin
Kharfax5-Oct-06 5:08
Kharfax5-Oct-06 5:08 
GeneralRe: How to get en exe default icon Pin
Mark Salsbery5-Oct-06 7:16
Mark Salsbery5-Oct-06 7:16 
GeneralRe: How to get en exe default icon Pin
Mark Salsbery5-Oct-06 7:18
Mark Salsbery5-Oct-06 7:18 
GeneralSolved at last :D Pin
Kharfax5-Oct-06 7:43
Kharfax5-Oct-06 7:43 
GeneralRe: Solved at last :D Pin
Mark Salsbery5-Oct-06 8:03
Mark Salsbery5-Oct-06 8:03 
GeneralRe: Solved at last :D Pin
Kharfax5-Oct-06 8:28
Kharfax5-Oct-06 8:28 
QuestionContext help message loop Pin
Vlasta_3-Oct-06 4:36
Vlasta_3-Oct-06 4:36 
AnswerRe: Context help message loop Pin
PJ Arends3-Oct-06 7:55
professionalPJ Arends3-Oct-06 7:55 
GeneralRe: Context help message loop Pin
Vlasta_3-Oct-06 23:14
Vlasta_3-Oct-06 23:14 
Questionsimple question! Pin
orion45003-Oct-06 4:28
orion45003-Oct-06 4:28 
AnswerRe: simple question! Pin
James R. Twine3-Oct-06 6:48
James R. Twine3-Oct-06 6:48 
QuestionRe: simple question! Pin
David Crow3-Oct-06 6:54
David Crow3-Oct-06 6:54 
AnswerRe: simple question! Pin
Hamid_RT4-Oct-06 7:38
Hamid_RT4-Oct-06 7:38 
QuestionDifficult computer science problem Pin
Semion_N3-Oct-06 4:28
Semion_N3-Oct-06 4:28 
AnswerRe: Difficult computer science problem Pin
Chris Losinger3-Oct-06 4:37
professionalChris Losinger3-Oct-06 4:37 
AnswerRe: Difficult computer science problem Pin
toxcct3-Oct-06 4:37
toxcct3-Oct-06 4:37 
while number received != -1
    store the number
end while
calculate the average
iterate through the array constructed below
    if number in the iteration is above the average
        increment counter
    end if
end iterations


but the question is, WHY don't you want to use the STL ??
managing your own memory with such growing arrays are not good things to do by yourself...


TOXCCT >>> GEII power

[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]

QuestionRe: Difficult computer science problem Pin
David Crow3-Oct-06 4:55
David Crow3-Oct-06 4:55 
GeneralRe: Difficult computer science problem Pin
Chris Losinger3-Oct-06 4:38
professionalChris Losinger3-Oct-06 4:38 
GeneralRe: Difficult computer science problem Pin
toxcct3-Oct-06 4:39
toxcct3-Oct-06 4:39 
GeneralRe: Difficult computer science problem Pin
Chris Losinger3-Oct-06 4:42
professionalChris Losinger3-Oct-06 4:42 
GeneralRe: Difficult computer science problem Pin
toxcct3-Oct-06 4:44
toxcct3-Oct-06 4:44 
GeneralRe: Difficult computer science problem Pin
cje3-Oct-06 4:47
cje3-Oct-06 4:47 
GeneralRe: Difficult computer science problem Pin
toxcct3-Oct-06 4:49
toxcct3-Oct-06 4:49 

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.