Search:

Type: Posts; User: M.Richard Tober

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,811

    I solved it more or less. I restructured and...

    I solved it more or less. I restructured and rethought the taxonomy for my classes. This in turn seemed to alleviate some sort of circular name clash. Wish I knew more, but at least it's cleaned up....
  2. Replies
    5
    Views
    3,811

    My Errors without the constructor: ||===...

    My Errors without the constructor:


    ||=== Test, Debug ===|
    include/world.h||In constructor ‘Zone::Zone()’:|
    include/world.h|24|warning: ‘Zone::ZoneCoords’ should be initialized in the member...
  3. Replies
    5
    Views
    3,811

    Wow... It should need , but was compiling...

    Wow... It should need <string>, but was compiling without it... well - here is the constants.h for acedemic practices.
    Note: Code::Blocks has been flaking out on me a lot lately. Not usually things...
  4. Replies
    5
    Views
    3,811

    Structure requires Constructor

    I get a warning about initializing the Zone structure's two components (Zone::ZoneCoords & Zone::ZoneMap), then an error stating "synthesized method 'Zone::Zone()' first required in World's...
Results 1 to 4 of 4