Perhaps you are talking about using pointers to char to work with null terminated strings. If so, it is true that working with them can be more error prone than working with string objects.