Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dynamic Linked list
#3
With pointers don't use '. QM sees ' and thinks it is not a pointer, and gives error without further parsing.

Macro
Code:
Copy      Help
class Nodes
,Nodes*nextNode
,int'data


Maybe instead you can use IXml/IXmlNode classes. Internally it is implemented as linked list or tree.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)