User: sqandr

  • Public profile

User profile: sqandr

User info
User name:sqandr
History
Joined:
Number of posts:4
Latest posts:

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