11.06.2015, 18:32
Quote:
|
Por cuestiones de rendimiento es mucho mejor usar strcat, se ve mejor y solo ocupas una linea de mas.
Код:
format(string,sizeof(string),"%d. %s \n",index+1,variable[index]); strcat(data,string); |

|
Por cuestiones de rendimiento es mucho mejor usar strcat, se ve mejor y solo ocupas una linea de mas.
Код:
format(string,sizeof(string),"%d. %s \n",index+1,variable[index]); strcat(data,string); |
