Menu

#20 enums cause "parent not found"

open
nobody
None
5
2013-02-19
2002-09-06
Anonymous
No

interface Ex {

enum SnakeEvent {
still,
newContact,
lostContact,
positionReached
};

/**
* Pops world state from stack
*/
void popState();

};

After
>>> import Ex
we get

** ERROR **: Can't find parent!
aborting...
zsh: abort python

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.