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

C / C++ / MFC

 
AnswerRe: Closing a dialog box with the "X" box? Pin
includeh105-Dec-06 7:55
includeh105-Dec-06 7:55 
Questioniphlpapi.lib Pin
Aji V Nair5-Dec-06 2:59
Aji V Nair5-Dec-06 2:59 
AnswerRe: iphlpapi.lib Pin
David Crow5-Dec-06 3:11
David Crow5-Dec-06 3:11 
AnswerRe: iphlpapi.lib Pin
Hamid_RT5-Dec-06 18:14
Hamid_RT5-Dec-06 18:14 
Question3ary heap(linked list) Pin
Ba6o65-Dec-06 2:51
Ba6o65-Dec-06 2:51 
AnswerRe: 3ary heap(linked list) Pin
Cedric Moonen5-Dec-06 3:01
Cedric Moonen5-Dec-06 3:01 
AnswerRe: 3ary heap(linked list) [modified] Pin
Maximilien5-Dec-06 3:13
Maximilien5-Dec-06 3:13 
AnswerRe: 3ary heap(linked list) Pin
David Crow5-Dec-06 3:21
David Crow5-Dec-06 3:21 
Ba6o6 wrote:
MY problem is in creating a C++ program to build a 3ary heap using linked list structure rather than array


Keep in mind that a 3-ary heap is like a binary heap, but instead of 2 children, nodes have 3 children. The heap itself is an array object that can be viewed as a complete ternary tree. Each node in the tree corresponds to an element of the array that stores the value in the node.

Ba6o6 wrote:
the 1st problem is that i am very weak in the area of linked list structure...


Focus on trees and the heapsort algorithm.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


QuestionCRecordset Pin
Bravoone_20065-Dec-06 2:42
Bravoone_20065-Dec-06 2:42 
AnswerRe: CRecordset Pin
David Crow5-Dec-06 3:23
David Crow5-Dec-06 3:23 
Questionentry point in VC++ Pin
Pokkri5-Dec-06 1:56
Pokkri5-Dec-06 1:56 
AnswerRe: entry point in VC++ Pin
Cedric Moonen5-Dec-06 2:07
Cedric Moonen5-Dec-06 2:07 
AnswerRe: entry point in VC++ Pin
Mark Salsbery5-Dec-06 5:56
Mark Salsbery5-Dec-06 5:56 
QuestionDialog in MDIChild Pin
baerten5-Dec-06 1:25
baerten5-Dec-06 1:25 
QuestionAdd static colors to menu item Pin
johnalek5-Dec-06 1:07
johnalek5-Dec-06 1:07 
AnswerRe: Add static colors to menu item Pin
Hamid_RT5-Dec-06 18:11
Hamid_RT5-Dec-06 18:11 
GeneralRe: Add static colors to menu item Pin
johnalek5-Dec-06 18:39
johnalek5-Dec-06 18:39 
GeneralRe: Add static colors to menu item Pin
Hamid_RT15-Dec-06 6:58
Hamid_RT15-Dec-06 6:58 
QuestionAutomatic Demonstration Capability - ideas? Pin
[d3m0n]5-Dec-06 0:48
[d3m0n]5-Dec-06 0:48 
AnswerRe: Automatic Demonstration Capability - ideas? Pin
Pierre Leclercq5-Dec-06 1:39
Pierre Leclercq5-Dec-06 1:39 
GeneralRe: Automatic Demonstration Capability - ideas? Pin
[d3m0n]5-Dec-06 5:36
[d3m0n]5-Dec-06 5:36 
QuestionUsing _T() and L"" in UNICODE Projects? [modified] Pin
bosfan5-Dec-06 0:45
bosfan5-Dec-06 0:45 
AnswerRe: Using _T() and L"" in UNICODE Projects? Pin
toxcct5-Dec-06 0:56
toxcct5-Dec-06 0:56 
GeneralRe: Using _T() and L"" in UNICODE Projects? Pin
bosfan5-Dec-06 1:02
bosfan5-Dec-06 1:02 
GeneralRe: Using _T() and L"" in UNICODE Projects? Pin
toxcct5-Dec-06 2:09
toxcct5-Dec-06 2:09 

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.