User: bgreeson

  • Public profile

User profile: bgreeson

User info
User name:bgreeson
History
Joined:
Number of posts:8
Latest posts:

Trying the Game of NIM.
Post the updated code, and I'll check it out when I get a chance.

Passing pointer to dynamic array? making function modular...
[code]#include<iostream> #include<cstring> using namespace std; string Decrypt(const string sec...

Trying the Game of NIM.
You have: [code]if((num >= 1) && (num <= 4)) sticks -= num; //later.... else if (sticks -...

Passing pointer to dynamic array? making function modular...
code is an array actually. There is no problem with the decrypt function. The decrypt function does ...

Passing pointer to dynamic array? making function modular...
SO maybe that last bit didn't make sense. I think I just don't understand pointers well enough at th...

This user does not accept Private Messages