Click here to Skip to main content
15,903,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Difficult computer science problem Pin
Semion_N3-Oct-06 4:52
Semion_N3-Oct-06 4:52 
GeneralRe: Difficult computer science problem Pin
toxcct3-Oct-06 4:56
toxcct3-Oct-06 4:56 
GeneralRe: Difficult computer science problem Pin
Semion_N3-Oct-06 4:58
Semion_N3-Oct-06 4:58 
GeneralRe: Difficult computer science problem Pin
toxcct3-Oct-06 5:00
toxcct3-Oct-06 5:00 
GeneralRe: Difficult computer science problem Pin
Semion_N3-Oct-06 5:08
Semion_N3-Oct-06 5:08 
GeneralRe: Difficult computer science problem Pin
toxcct3-Oct-06 5:10
toxcct3-Oct-06 5:10 
GeneralRe: Difficult computer science problem Pin
Hamid_RT4-Oct-06 7:56
Hamid_RT4-Oct-06 7:56 
QuestionRe: Difficult computer science problem Pin
David Crow3-Oct-06 4:52
David Crow3-Oct-06 4:52 
JokeRe: Difficult computer science problem Pin
toxcct3-Oct-06 4:52
toxcct3-Oct-06 4:52 
GeneralRe: Difficult computer science problem Pin
David Crow3-Oct-06 4:59
David Crow3-Oct-06 4:59 

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.