can somebody explain to me what this keyword means?
i see it in alot of source, but i have no idea what the point behind it is:
virtual int GetSomeNumber(){ return m_Number;};
what is the diffrence of just using "int" and throwing a "virtual" infront of it?




Reply With Quote