|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Game Programming: Help with textbased RPG in C++
------------------------------------------------------------ GameProgrammer.Com: Game Programming: Help with textbased RPG in C++ ------------------------------------------------------------ By Keybee on Thursday, July 27, 2000 - 05:03 am: To be able to use variables outside a specific function u simply make it global by putting "int variable1" - for ex. outside of all brackets at the beginning of your source. You can also put it outside the brackets, just before it first comes to use. ------------------------------------------------------------ DO NOT REPLY TO THIS MESSAGE! It is an automatic e-mail notification message from the discussion board indicating that a new message was posted. If you do not wish to receive further e-mail notification messages from this discussion board, edit your user or moderator profile to turn off the e-mail notification option. Use this link to go directly to the discussion: http://gameprogrammer.com/cgi-bin/comm/gameprogrammer/discus/show.pl?6/24
|
|