process(long *i, ...) {
What is "..." and how is it used? I checked google, but I couldn't find much
https://www.tutorialspoint.com/cprogramming/c_variable_arguments.htm
genenally stay away from getting parameters like that, it's fine to have functions with 5-6 parameters
I more code on the obj-c++ side of things - I just haven't come across it before
yeah, cause there are only limited situations where you'd want to use variable arguments in C.
hey manav, i stucked again in a loop
Обсуждают сегодня