I was trying to use the pegclass in a borland compiler 5.0. I have the library downloaded and everything yet when I run it I get the error. PegClass.CPP 'PegClass::PegData is not accescible
Does anyone know why?????
This is a discussion on Borland Compiler Error within the C++ Programming forums, part of the General Programming Boards category; I was trying to use the pegclass in a borland compiler 5.0. I have the library downloaded and everything yet ...
I was trying to use the pegclass in a borland compiler 5.0. I have the library downloaded and everything yet when I run it I get the error. PegClass.CPP 'PegClass::PegData is not accescible
Does anyone know why?????
Just what it says.
You are trying to access PegData, which is either private or protected, from outside of PegClass or its friend classes/functions.