simple (?) pointer problem. pointer value lost when returning from a functionThanx Galic, that's a better solution than returning a pointer everytime. ps: yes I forgot to cha...
simple (?) pointer problem. pointer value lost when returning from a functionPerfect, thanx a lot Galik. This solution is not legal in C, is it? Should I use [code]int* f()...
simple (?) pointer problem. pointer value lost when returning from a functionHello, I'm using a function to make a pointer point to some dinamically allocated memory (allocate...
Error: pointer of type `void *' used in arithmeticOk, thank you very much Athar.
Error: pointer of type `void *' used in arithmeticHello, I'm trying to create a dynamic array containing generic pointers: [code]void* initTable(int...
This user does not accept Private Messages