Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: c Pin
Wes Aday8-Apr-12 6:18
professionalWes Aday8-Apr-12 6:18 
AnswerRe: c Pin
enhzflep8-Apr-12 7:11
enhzflep8-Apr-12 7:11 
AnswerRe: c Pin
Stephen Hewitt8-Apr-12 21:34
Stephen Hewitt8-Apr-12 21:34 
AnswerRe: c Pin
scramjetter14-Apr-12 15:57
scramjetter14-Apr-12 15:57 
QuestionI want to write a code for dns redirect Pin
cosharp7-Apr-12 14:18
cosharp7-Apr-12 14:18 
QuestionRe: I want to write a code for dns redirect Pin
Randor 8-Apr-12 4:39
professional Randor 8-Apr-12 4:39 
QuestionPointers - help please Pin
jenbren7-Apr-12 12:24
jenbren7-Apr-12 12:24 
AnswerRe: Pointers - help please Pin
Maximilien7-Apr-12 13:41
Maximilien7-Apr-12 13:41 
This looks like a question about linked list; a linked list is a simple data structure (http://en.wikipedia.org/wiki/Linked_list[^])


A list is a series of node, each node contains 2 things, some data and a pointer to the next node.


1. pointer2 is the current node, and next is the pointer (or better, address) of the the next node in the list.

2. pointer4 will point to the same address that pointer1 (it's just a simple variable assignation) (and in that case, pointer1 and pointer4 will point to the same thing).

3. it says that the data in the node pointer4 will point to the data of pointer1 (in that case, same data)

4. just weird... (saturday evening, and bad headache).

I find that if you start drawing (pen and paper) box with the data and the pointer on paper it makes things clearer.

good luck.
Watched code never compiles.

GeneralRe: Pointers - help please Pin
jenbren7-Apr-12 15:05
jenbren7-Apr-12 15:05 
Question#define question Pin
_Flaviu7-Apr-12 0:36
_Flaviu7-Apr-12 0:36 
AnswerRe: #define question Pin
Richard MacCutchan7-Apr-12 1:36
mveRichard MacCutchan7-Apr-12 1:36 
AnswerRe: #define question Pin
Randor 7-Apr-12 6:51
professional Randor 7-Apr-12 6:51 
GeneralRe: #define question Pin
_Flaviu7-Apr-12 9:14
_Flaviu7-Apr-12 9:14 
GeneralRe: #define question Pin
Randor 7-Apr-12 19:25
professional Randor 7-Apr-12 19:25 
Questionline algorithm in borland c++ Pin
matarz6-Apr-12 13:31
matarz6-Apr-12 13:31 
AnswerRe: line algorithm in borland c++ Pin
David Crow6-Apr-12 15:31
David Crow6-Apr-12 15:31 
AnswerRe: line algorithm in borland c++ Pin
Luc Pattyn6-Apr-12 16:12
sitebuilderLuc Pattyn6-Apr-12 16:12 
Questionread/writing Linked List to a random access file in c++ Pin
djgmad6-Apr-12 12:47
djgmad6-Apr-12 12:47 
AnswerRe: read/writing Linked List to a random access file in c++ Pin
David Crow6-Apr-12 15:34
David Crow6-Apr-12 15:34 
GeneralRe: read/writing Linked List to a random access file in c++ Pin
djgmad8-Apr-12 3:04
djgmad8-Apr-12 3:04 
GeneralRe: read/writing Linked List to a random access file in c++ Pin
David Crow8-Apr-12 16:28
David Crow8-Apr-12 16:28 
AnswerRe: read/writing Linked List to a random access file in c++ Pin
Richard MacCutchan6-Apr-12 22:01
mveRichard MacCutchan6-Apr-12 22:01 
GeneralRe: read/writing Linked List to a random access file in c++ Pin
djgmad8-Apr-12 3:09
djgmad8-Apr-12 3:09 
GeneralRe: read/writing Linked List to a random access file in c++ Pin
Richard MacCutchan8-Apr-12 6:01
mveRichard MacCutchan8-Apr-12 6:01 
Questionmenubar icons (win32) Pin
sadas232341s6-Apr-12 6:45
sadas232341s6-Apr-12 6:45 

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.