Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:22
Cedric Moonen14-Apr-06 2:22 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:27
parichaybp14-Apr-06 2:27 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:32
Cedric Moonen14-Apr-06 2:32 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:34
parichaybp14-Apr-06 2:34 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:37
Cedric Moonen14-Apr-06 2:37 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:41
parichaybp14-Apr-06 2:41 
GeneralRe: Console Application Pin
Maxwell Chen14-Apr-06 2:43
Maxwell Chen14-Apr-06 2:43 
GeneralRe: Console Application Pin
Stephen Hewitt14-Apr-06 21:20
Stephen Hewitt14-Apr-06 21:20 
Why implement a binary tree yourself? Use std::set or std::multiset. Then you get a self balancing binary tree instead of you home spun version which isn't self balancing and thus can degenerate to linear rather then logarithmic performance. Your program is written at an unnecessarily low level - A common mistake with C++ programmers, especially those with a background in C (in my opinion).

Steve
GeneralRe: Console Application Pin
Maxwell Chen15-Apr-06 5:57
Maxwell Chen15-Apr-06 5:57 
GeneralRe: Console Application Pin
David Crow14-Apr-06 2:25
David Crow14-Apr-06 2:25 
GeneralRe: Console Application Pin
parichaybp14-Apr-06 2:31
parichaybp14-Apr-06 2:31 
GeneralRe: Console Application Pin
Cedric Moonen14-Apr-06 2:35
Cedric Moonen14-Apr-06 2:35 
QuestionRe: Console Application Pin
David Crow14-Apr-06 2:41
David Crow14-Apr-06 2:41 
AnswerRe: Console Application Pin
parichaybp14-Apr-06 2:43
parichaybp14-Apr-06 2:43 
GeneralRe: Console Application Pin
David Crow14-Apr-06 2:46
David Crow14-Apr-06 2:46 
QuestionRe: Console Application Pin
David Crow14-Apr-06 3:00
David Crow14-Apr-06 3:00 
GeneralRe: Console Application Pin
David Crow14-Apr-06 3:04
David Crow14-Apr-06 3:04 
GeneralRe: Console Application Pin
David Crow14-Apr-06 3:07
David Crow14-Apr-06 3:07 
QuestionRe: Console Application Pin
David Crow14-Apr-06 3:10
David Crow14-Apr-06 3:10 
AnswerRe: Console Application Pin
Cedric Moonen14-Apr-06 2:02
Cedric Moonen14-Apr-06 2:02 
GeneralRe: Console Application Pin
Aqueel14-Apr-06 2:07
Aqueel14-Apr-06 2:07 
AnswerRe: Console Application Pin
Maxwell Chen14-Apr-06 3:12
Maxwell Chen14-Apr-06 3:12 
GeneralRe: Console Application Pin
parichaybp16-Apr-06 19:28
parichaybp16-Apr-06 19:28 
Questiondiff between Send message and Post message Pin
Krishnatv14-Apr-06 0:59
Krishnatv14-Apr-06 0:59 
AnswerRe: diff between Send message and Post message Pin
HakunaMatada14-Apr-06 1:33
HakunaMatada14-Apr-06 1:33 

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.