Enumerations again
#3

Код:
enum CData
{
	Name[24],
	UdStr[128]
};
new CtInfo[MAX_DATA][CData];
This is my enum. I format the strings in the enum to store data using a function. And after my job is done how will I empty it so that I can use those memory for some other strings? Also I want to format the string inside the enum again when I call the function.
Reply


Messages In This Thread
Enumerations again - by deather - 24.02.2011, 11:43
Re: Enumerations again - by CyNiC - 24.02.2011, 12:54
Re: Enumerations again - by deather - 24.02.2011, 14:03
Re: Enumerations again - by CyNiC - 24.02.2011, 14:31

Forum Jump:


Users browsing this thread: 1 Guest(s)