Syntax meaning: [&](std::size_t, std::size_t t)What does the following syntax mean? [code][&](std::size_t, std::size_t t)[/code]
Initializing pointers in a doubly linked list So what does Line8 do? Can you suggest a solution?
Initializing pointers in a doubly linked list Are you saying in Line10 the value of pointer C is not defined yet, since C is initialized in Line11...
Initializing pointers in a doubly linked list What is wrong with my code? [code] struct node { node *prev; int d; node *next; node(no...
This user does not accept Private Messages