In a C++ program you should be using the "const" qualifier instead of #define. ie: const int your_variable_name = 100;


Jim