User: deathmoon

  • Public profile

User profile: deathmoon

User info
User name:deathmoon
History
Joined:
Number of posts:43
Latest posts:

Storage binding for certain variables
let say I have a main function, inside the main function I have [code] const int row = 5; const stat...

Don't understand implementation of linked lists for stacks
wow, instead of passing pointers it is simpler to pass the position you want to put and let the stac...

Recursive function to reverse an array
Thanks for every answers given. Like what I said my code is a mess that int n=0 is just a code that ...

trying to count occurence of a number in an array
[code]if (numbers[i] = mark) { ++i; } [/code] 1. Your for loop should loop from i = 0 to i = 14, no...

Recursive function to reverse an array
I don't like using pointers, but this question is a homework practice, for recursion

This user does not accept Private Messages