Forum: C++ Nov 17th, 2004 |
| Replies: 3 Views: 2,372 'rotate the sprite so it is oriented towards the cursor position' |
Forum: C++ Nov 16th, 2004 |
| Replies: 3 Views: 2,372 hey all,
what would be the calculations needed for making a simple sprite opject point towards the cursor position?
ta |
Forum: C++ Aug 10th, 2004 |
| Replies: 3 Views: 4,953 but ptrHead just points to the first node in the list, setting it to NULL would delete that node |
Forum: C++ Aug 9th, 2004 |
| Replies: 3 Views: 4,953 I've got a singly linked list, and the following code is supposed to delete all nodes that are ranked as "Trainee", it deletes them all, but if the last node is a "Trainee", it will not delete it,... |
Forum: C++ Aug 8th, 2004 |
| Replies: 3 Views: 4,971 done a bit of rehashing and came up with this, it seems to be more on the right track, doesn't it??
i'm getting some parse errors in the addSoldier function, help!
#include <iostream>... |
Forum: C++ Aug 7th, 2004 |
| Replies: 3 Views: 4,971 hey all,
i'm a newbie to C++ programming and i'm having some difficulties implementing this singly linked list.
what it has to do is accept:
nickname
email address
number of kills
and... |