I know this is old but I am getting this error
Code:
C:\Users\*****\Documents\C++\CSSHack\ProcMem.h|50|error: no matching function for call to 'ProcMem::iSizeOfArray(char*&)'|
the line in question is
int iSize = iSizeOfArray(Offset) - 1;
Apparently according to a forum post on Code::Blocks it is a problem with my compiler (GNU GCC Compiler) but I tried changing compiler in settings and the error was still there, one guy on the unknownch**ts(dont ban me for this pls) copy of this post said he had the same problem, but when he solved it he decided not to say how he fixed it. Please help ;_;