sscanf problem
#2

sscanf(something, "s[128]", something);

You need to add [value] to the format field on every "s", which represents strings. Value is length (e.g. [128] - s[128])
Reply


Messages In This Thread
sscanf problem - by Hunud - 24.09.2016, 17:44
Re: sscanf problem - by SickAttack - 24.09.2016, 17:50
Re: sscanf problem - by Hunud - 24.09.2016, 18:00

Forum Jump:


Users browsing this thread: 2 Guest(s)