Using typedefine in modules question?

DangDKhanh-2637 946 Reputation points
2021-02-14T22:18:34.307+00:00

Hi,
how I can reuse typedefine.h in modules?
they didn't seem to recognize them.

67859-image.png

Thanks you!

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,636 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Guido Franzke 2,196 Reputation points
    2021-02-16T07:22:31.527+00:00

    Hello,
    you use "ELL* e", so "e" is a pointer. If "to" is a member of ELL, then you must use "e->to" .
    Regards, Guido

    1 person found this answer helpful.