User: tristan1333

  • Public profile

User profile: tristan1333

User info
User name:tristan1333
History
Joined:
Number of posts:49
Latest posts:

Access pointer methods of pointer vector
Thanks heaps, worked perfectly

Access pointer methods of pointer vector
I'm not really sure how to phrase the question exactly correctly, but I've declared two vectors [cod...

Accessing class member in 2d array
Now I feel stupid that makes alot of sense, thanks heaps.

Accessing class member in 2d array
I have a vector declared as [code]std::vector<std::vector<std :: vector <chunk> > > chunks;[/code] T...

Creating a basic calculator
[code]int a; int b; int sum; sum=a+b;[/code] sum = null + null Whereas in 1 is changed after a and...

This user does not accept Private Messages