User profile: AzraelUK

User info
User name:AzraelUK
History
Joined:
Number of posts:57
Latest posts:

I need a good seed for an RNG
This is far better: http://xkcd.com/221/

help please
CPlusPlus.com's tutorial has a section on Dynamic Memory, which seems to be exactly what you're look...

Delete an array element
So, you want the element to be there, but blank? [code] | 123 | 456 | 784 | 935 | 068 | [/code] ...

if-else statement error
Sounds like you're not quoting the string. Instead of this: [code]if (name == dad)[/code] You'd ...

function overloading problem...
You're doing it wrong. [code]void proj_bullet::proj_bullet() { // do shit } proj_bullet myne...