I need a good seed for an RNGThis is far better: http://xkcd.com/221/
help pleaseCPlusPlus.com's tutorial has a section on Dynamic Memory, which seems to be exactly what you're look...
Delete an array elementSo, you want the element to be there, but blank? [code] | 123 | 456 | 784 | 935 | 068 | [/code] ...
if-else statement errorSounds 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...