11 years ago
Highlights
Published work featured11 years, 1 month ago
11 years, 1 month ago
11 years ago
month++; significantChangesHaveBeenMade == false; // I am done.
11 years ago
11 years ago
Latest Activity
See all in Discussionsmonth++; significantChangesHaveBeenMade == false; // I am done.
11 years ago
void Goblin::Attack(int *targetHP) { targetHP-= 5; } Just pointing (har-har-har) out that this wouldn't work correctly. Since targetHP is …
11 years ago
Tldr Not on my computer, so forgive me. This is how pointers work. // code void Goblin::Attack(int targetHP) { targetHP …
11 years ago