Advertisement

Problem With My Game

Started by July 14, 2002 07:39 PM
12 comments, last by bert2 22 years, 3 months ago
You may want to add some cout code to pinpoint what is going wrong.

something such as
cout<<"Entering -BATTLE-"<cout<<"ARGUMENTS->playerHP: "<

The nightmare travels across the cosmos with his burning mane. The trail of ash that is produced.

?Have a nice day!?

Yes, quite a lot seems to be going wrong here...
Advertisement
Found it:

int Hitpoints=InitialHitPoints;

should be

int HitPoints=InitialHitPoints;
I think the new ascii standard says that you should include cstdio not stdio.h but I am not sure.
dont mind me if I am wrong

[edited by - kappa the imp on July 19, 2002 6:05:31 PM]

This topic is closed to new replies.

Advertisement