Рабочее, плюсовое, малозначимое, но яркое
Apr. 28th, 2016 12:04 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
void MediaLookupTable::generateNewName(char* mediumName, unsigned /*maxLen*/) { // We should really use snprintf() here, but not all systems have it sprintf(mediumName, "liveMedia%d", fNameGenerator++); }