01.10.2018, 16:27
why
cache_get_value_name_int(row_idx, const column_name[], &destination)
const column_name[] is const?
because i can't do for example, something like this
new s[10]="age",
intAge;
cache_get_value_name_int(0, s, intAge)
cache_get_value_name_int(row_idx, const column_name[], &destination)
const column_name[] is const?
because i can't do for example, something like this
new s[10]="age",
intAge;
cache_get_value_name_int(0, s, intAge)