About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: States in class
Post: RE: States in class

i have the singleton class, but i have omitted code. how can i initialize the state object in my class??
joshka Game Classes 4 4,395 11-07-2011, 12:34 PM
  Thread: States in class
Post: RE: States in class

i looked the SimpleProject tutorial but i want handle the states through classes (singleton), then i need create the State object in my class, but i can't create it. Sorry i'm beginner in c++
joshka Game Classes 4 4,395 11-07-2011, 08:23 AM
  Thread: States in class
Post: States in class

Hi: I want create states in class, eg: intro, menu, game.... but i can't create de Object State in my class. I have the following class: Code: class Intro{ public:      &n...
joshka Game Classes 4 4,395 11-06-2011, 11:17 PM