User profile: SpencerC

User info
User name:SpencerC
Name:Spencer C
Location:Washington DC
Statistical data
Birthdate:Aug 2, 1991
Gender:Male
Occupation:Student
Skills:C
BASIC
PHP
C++
VB .NET
Java
LISP
C#
Javascript
Python
C#/.NET
History
Joined:
Number of posts:10
Latest posts:

Function Pointer not behaving
Thanks, that strategy patter will definitely come in handy! Gosh, this just goes to show what a C++ ...

Function Pointer not behaving
I am trying to build a class (Player) that contains a few functions, and a function pointer that poi...

Function Pointer to Class Function pointer
Ah Ha! I get it now. One more issue: Game and Player are not in the same file. Thanks for your help ...

Function Pointer to Class Function pointer
Bazzy, I need strat to be reinitialized for every instance of Player I create. I therefore cannot m...

Function Pointer to Class Function pointer
I am writing a program where I am using one class for functionalatiy and one class for storage ("Gam...