I need to read data from an entry in the format:
100, Refrigerator, 180,90,89,1200.00,4, white
After some search, I found the strtok function that separates the data between the commas, and the code looks like this:
#include <stri...
asked by
02.12.2014 / 05:14