Are the bullets going in random directions, or are they gradually moving away from each other?

it would be better if they moved away from each other, because then you wouldn't have that problem.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}