User: ChetZ

  • Public profile

User profile: ChetZ

User info
User name:ChetZ
History
Joined:
Number of posts:5
Latest posts:

Why is this a leak?
[quote] I would like to see that constructor. [/quote] [code] Node::Node(Node* f, double newVal){ c...

Why is this a leak?
I do delete the root at the end. The problem seems to be the reference &son. because now I changed...

Why is this a leak?
So, I'm creating a reference "son" to refer to sons[c] (which is of type Node*), and if I haven't se...

Why is this a leak?
so here's where it's leaking: [code]Node* Node::insertAllPrefixes(const double *pattern, const int ...

Why is this a leak?
Hello, While checking for leaks in my code I was directed to: [code]Node* &son = this->sons[c][/...

This user does not accept Private Messages