Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: _beginthread and MFC Pin
D.D. de Kerf10-Jun-01 20:50
D.D. de Kerf10-Jun-01 20:50 
GeneralMDI in MFC Pin
7-Jun-01 3:46
suss7-Jun-01 3:46 
GeneralRe: MDI in MFC Pin
Christian Graus7-Jun-01 13:15
protectorChristian Graus7-Jun-01 13:15 
GeneralRunning in the background Pin
GOW7-Jun-01 3:35
GOW7-Jun-01 3:35 
GeneralRe: Running in the background Pin
Chris Meech7-Jun-01 6:41
Chris Meech7-Jun-01 6:41 
GeneralRe: Running in the background Pin
Michael P Butler7-Jun-01 22:23
Michael P Butler7-Jun-01 22:23 
GeneralLinked list help?! Pin
7-Jun-01 3:32
suss7-Jun-01 3:32 
GeneralRe: Linked list help?! Pin
Ghazi H. Wadi7-Jun-01 12:26
Ghazi H. Wadi7-Jun-01 12:26 
HOPE This Helps
In a linked list you will only go one way. unless you implement a doubly liked list, keep track of the head pointer.
The first item, or head, is accessed from a fixed location, called a "head pointer."
if that head pointer does not exist you then need to create it and populate and keep track of it.
and set the next to NULL, each time you add new node you set it to the next and det the next of it to null.

You must alway keep track of the head pointer. and work with a worked node.

hope that helped in clearing things a bit.

Cheers
Alfadhly



It is Illogical to define an inventor by his invention

GeneralRe: Linked list help?! Pin
Christian Graus7-Jun-01 13:23
protectorChristian Graus7-Jun-01 13:23 
GeneralNT compilation and linking time Pin
7-Jun-01 1:47
suss7-Jun-01 1:47 
GeneralAccessing records through Recordset Pointer Pin
yamini7-Jun-01 1:42
yamini7-Jun-01 1:42 
GeneralRe: Accessing records through Recordset Pointer Pin
Phil Boyd7-Jun-01 3:21
Phil Boyd7-Jun-01 3:21 
GeneralRe: Accessing records through Recordset Pointer Pin
yamini7-Jun-01 20:16
yamini7-Jun-01 20:16 
GeneralOpenGL Pin
7-Jun-01 0:53
suss7-Jun-01 0:53 
GeneralRe: OpenGL Pin
Michael P Butler7-Jun-01 1:30
Michael P Butler7-Jun-01 1:30 
GeneralRe: OpenGL Pin
Ulf Öhlén9-Jun-01 22:56
Ulf Öhlén9-Jun-01 22:56 
GeneralSimpleFrame and Windowless Pin
7-Jun-01 0:30
suss7-Jun-01 0:30 
GeneralRe: SimpleFrame and Windowless Pin
Michael P Butler7-Jun-01 0:33
Michael P Butler7-Jun-01 0:33 
GeneralCopying files Pin
confalonieri6-Jun-01 23:29
confalonieri6-Jun-01 23:29 
GeneralRe: Copying files Pin
Tomasz Sowinski6-Jun-01 23:37
Tomasz Sowinski6-Jun-01 23:37 
GeneralDisplay data in Dialog Box Pin
louis6-Jun-01 23:10
louis6-Jun-01 23:10 
GeneralRe: Display data in Dialog Box Pin
Masaaki Onishi7-Jun-01 4:16
Masaaki Onishi7-Jun-01 4:16 
GeneralRe: Display data in Dialog Box Pin
louis7-Jun-01 21:20
louis7-Jun-01 21:20 
GeneralGet number of 1s in a set of binary numbers Pin
hearties6-Jun-01 23:04
hearties6-Jun-01 23:04 
GeneralRe: Get number of 1s in a set of binary numbers Pin
Mark Jones6-Jun-01 23:53
Mark Jones6-Jun-01 23:53 

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.