Hi I'm having problems displaying a 2d char array.
Below is the functions which generates the data which the function below that will be using. it takes an input and creates a 2d char array of the tokens. From observing in VS2012 this works correctly.
Cheers