building a program : organizing the code in different files, and class
in
Programming Questions
•
2 years ago
Hello,
I'm working on a sketch that has different functions and I'd like to organize my code, with one file (pde or else) for each function
...Can somebody tell me what's the way of doing that?
If I work with class, should I write down a reference to the class in the main sketch, or putting them in the same folder would be enough?
Thanks in advance
I'm working on a sketch that has different functions and I'd like to organize my code, with one file (pde or else) for each function
...Can somebody tell me what's the way of doing that?
If I work with class, should I write down a reference to the class in the main sketch, or putting them in the same folder would be enough?
Thanks in advance
1