Skip to main content

All Questions

Tagged with
2 votes
1 answer
242 views

Pointer lists for a C++ garbage collector

The problem My intention is to have a class A and class B. class B has a ...
peterh's user avatar
  • 237
6 votes
2 answers
1k views

Constructing a graph and performing a depth-first traversal

Please review the use of pointers and design in graph construction code and its depth first traversal. I haven't used smart pointers as I want to understand any issues in following implementation with ...
technophile's user avatar