User profile: mynicks

User info
User name:mynicks
History
Joined:
Number of posts:42
Latest posts:

error: invalid use of void expression
CodeBlocks... warning: dereferencing 'void *' pointer [enabled by default]| error: invalid use of...

void* generic pointer
[code]void initializearray( void* arr[], size_t maxsize, void* *value)[/code] I think i found the m...

void* generic pointer
The following code is wrong. I am trying to write a simple generic function using C language syntax,...

recursive fibonacci ,stack memory illustration
thanks

recursive fibonacci ,stack memory illustration
I would like to see the progression of the algorithm as it changes values in stack memory (in order...