User: niko79542

  • Public profile

User profile: niko79542

User info
User name:niko79542
History
Joined:
Number of posts:14
Latest posts:

How to safely return int pointer
ok so [code]int * hashtable::lookup(double x) { int bucket = hash(x); //hash(x) returns an int....

How to safely return int pointer
I have a lookup function in my hash table class which returns a pointer to the hash table bucket if ...

Traverse Indexed Object using Pointer Math
im not sure I understand you 100%. I thought of this solution. I left nodedist as non-const in t...

Traverse Indexed Object using Pointer Math
thanks for being patient. when you say "size of a pointer-to-node", is that the distance from one n...

Traverse Indexed Object using Pointer Math
i was more concerned that [code] const ptrdiff_t nodedist = sizeof(head); [/code] wasn't a good ...

This user does not accept Private Messages