User profile: omgbethy

User info
User name:omgbethy
Name:Beth
History
Joined:
Number of posts:12
Latest posts:

Possible loss of data.
I'm using: Sleep(1.5 * 2500); in my program but I'm getting this lovely warning: conversion from '...

Random number generator
[quote]MatthewRock[/quote] How would I call such a thing?

Health variable.
It still hasn't worked. Don't worry. Thanks though. :)

Random number generator
What do you mean "How often does this code run?" srand(time(0)); gets called once as far as I can se...

Health variable.
[code]class Players { private: string Name; int health; int damage; int damage1; int healthpoin...