Posts by user35128 • 59 points
1 post
-
4
votes5
answers5371
viewsQ: Split a string with empty spaces
I’m trying to divide an entrance of the following kind: 1444771699,Andre Alves,SAQUE,-500.00,,200 I’m trying to use the strtok, but it ignores the empty space. Any idea of how to split the string…