Steven, you wrote to All:
SD> unsigned char Monster_Name;
unsigned char *Monster_Name;
SD> Monster_Name = "Bear";
"Bear" consist of chars, not of unsigned chars.
SD> My next question is how do you use dos commands in C++. I
SD> mean if I wanted to make a program that could show all the
SD> files in a certain directory, or make directories, etc. how
SD> would I do this?
Sometimes ``system()'' will work. In other cases you need to use
DOS specific functions.
Bye,
Erik
---
---------------
* Origin: WarmelinkE@vertis.nl (2:282/1.60)
|