How to store int and float in 1 variable
#2

Код:
enum bizexit {
	Float:Pos[3],
	Int,
};
new BizExit[][bizexit];
like this? but i have static coord not dynamic coord.

when i used enum i must tell variable in all array like

Код:
BizExit[1][Pos][0]=122.2;BizExit[1][Pos][1]=50.0;BizExit[1][Pos][2]=10.0;BizExit[1][Int]=66;
That true or false?
Reply


Messages In This Thread
How to store int and float in 1 variable - by basicllsw - 26.03.2015, 01:22
Re: How to store int and float in 1 variable - by basicllsw - 26.03.2015, 01:34
Re: How to store int and float in 1 variable - by Jefff - 26.03.2015, 03:32
Re: How to store int and float in 1 variable - by basicllsw - 26.03.2015, 03:37
Re: How to store int and float in 1 variable - by Pottus - 26.03.2015, 04:15
Re: How to store int and float in 1 variable - by hotspicytaco - 26.03.2015, 04:25

Forum Jump:


Users browsing this thread: 1 Guest(s)