User: Tristanm

  • Public profile

User profile: Tristanm

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

double pointer
[code] //Create your pointer int **ptr; //Assign first dimension ptr = new int*[5]; //Assign se...

what editor to use?
I like to use Eclipse. Works great and no need to mess with makefiles.

Creating a two dimentional array.
In C++, you can always do something like this: [code] //Create your pointer int **ptr; //Assi...

Grab unknown number of integers out of a C++ string
I have a string that looks something like "Cell 4,102,210:13" The problem is that I don't necessaril...

This user does not accept Private Messages