User profile: Abercrombie

User info
User name:Abercrombie
History
Joined:
Number of posts:5
Latest posts:

Quick noob question heh
okay so this is my code [code]void Stalker() { MShWnd = FindProcessWindow(); while(!bStalker) ...

Quick noob question heh
[quote]By using rand(), for example: http://www.cplusplus.com/reference/clibrary/cstdlib/rand/[/quot...

Quick noob question heh
[quote]|| is logical OR. It returns true if one of the sides are true. You have not used boolean (tr...

Quick noob question heh
[quote]God, no. || is an operator that takes two boolean operands and returns true if one of them is...

Quick noob question heh
if i have int iStalkRange = 40; and then i do like int plusAttacklRange = iStalkRange + 1 || iStal...