hi i have an error from my c++ compiler that says
"Invalid combination of type identifiers"
I have no idea what that means and can't seem to get anywhere.
It says the error is at the line of my class declaration
class My_Class <-- fails here
{
public: ...
...
...
}
im using the green hills c++ compiler. If anyone has heard of this error before please lend me some help. Thanks.
"Invalid combination of type identifiers"
I have no idea what that means and can't seem to get anywhere.
It says the error is at the line of my class declaration
class My_Class <-- fails here
{
public: ...
...
...
}
im using the green hills c++ compiler. If anyone has heard of this error before please lend me some help. Thanks.