User profile: error1f1f

User info
User name:error1f1f
Name:Dave
Location:USA
History
Joined:
Number of posts:6
Latest posts:

can you help me with another very simple array problem, then thats it for my frazzled brain for todai
Ok so now your getting into classes. The error that you are receiving is because in your player clas...

Do you want to continue? if/else ---HELP
[code] #include <iostream.h> #include <iomanip.h> int main() { char ans; //use char not int unless...

can you help me with another very simple array problem, then thats it for my frazzled brain for todai
Check lines 77 and 82. You have done: [code]brdray [posy] [posy] = you;[/code] Think about what you...

Polymorphic code
I too am not quite sure what you are asking. For example what are you MD5 hashing before compile tim...

can you help me with another very simple array problem, then thats it for my frazzled brain for todai
I would do something like this: [code]#include <iostream> #include <cmath> using namespace std; c...