nicktherod
Programmer
I have created a class CFileUpdate using CObject as the base. I now want a pointer to that class to call specific functions. I have made sure that i have put in all the #include's that are needed and then added the variable in another class:
CFileUpdate* m_pFileUpdate;
but i keep getting a syntax error such as:
error C2143: syntax error : missing ';' before '*'
on that line.
Could some kind soul please help me.
Many Thanks
CFileUpdate* m_pFileUpdate;
but i keep getting a syntax error such as:
error C2143: syntax error : missing ';' before '*'
on that line.
Could some kind soul please help me.
Many Thanks