
-----------------------------------
signal_1001
Wed May 26, 2004 8:07 pm

transferring to different functions
-----------------------------------
i'm making a SIMPLE game of wheel of fortune because im not very good and i was trying to transfer to different functions in order to have just one for spinning the wheel and buying a vowel and solving the puzzle. but it's not carrying the declared variables and stored information. is there anyway i can transfer it without copying the same code over and over?bool guessed=false;
	while(guessed==false)
	{
cout