Starting with Pointers

Serial Input Basics will let you build a buffer so you can then play with pointers rather than using the String class.

the strcpy() function will let you copy the the cString into a new buffer (but you can do that yourself with a for loop and pointers or just indexes too)