News

I'm getting confused here, I want to pass a character array to rfile() and argv[] happens to be an array of character arrays, so argv[i + 1] should return the pointer to the first element of said ...
Hi everyone,I'm continuing on my c coding adventures and I've hit a pointer snag.I'm basically maintaining a fixed collection of structs that I would like to handle using an array of pointers ...