14.04.2012, 14:29
If your planning on using sscanf for all that data the string will HAVE to be large enough to hold the data. It's as simple as that, no way around it. You could call sscanf a few times with a smaller array but that's much less efficient than using a large array.