race = human and class = warrior. I need a way to save that and load as well. Could anyone point me in the right direction or give some help? Anything is much appreciated
Saving Settings?
Page 1 of 12 Replies - 622 Views - Last Post: 28 December 2010 - 09:14 AM
#1
Saving Settings?
Posted 26 December 2010 - 01:00 PM
Hello and greetings, I have come upon a predicament in my latest coding adventure. I am in need of a way to save settings, for example;
race = human and class = warrior. I need a way to save that and load as well. Could anyone point me in the right direction or give some help? Anything is much appreciated
race = human and class = warrior. I need a way to save that and load as well. Could anyone point me in the right direction or give some help? Anything is much appreciated
Replies To: Saving Settings?
#2
Re: Saving Settings?
Posted 26 December 2010 - 04:07 PM
I am not sure which flavor you are using, but the typical "write to a file" example is here:
http://msdn.microsof...y/6ka1wd3w.aspx
You could write it as XML and have each area (race, class, etc) be a node name.. there are options.
http://msdn.microsof...y/6ka1wd3w.aspx
You could write it as XML and have each area (race, class, etc) be a node name.. there are options.
#3
Re: Saving Settings?
Posted 28 December 2010 - 09:14 AM
What language(C#, VB.Net, C++)? What platform(WinForms, WPF, Silverlight, WP7, XNA)?
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote







|