Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How use Helpers? #12

Open
jrsanchezalcala opened this issue Aug 24, 2020 · 1 comment
Open

How use Helpers? #12

jrsanchezalcala opened this issue Aug 24, 2020 · 1 comment

Comments

@jrsanchezalcala
Copy link

jrsanchezalcala commented Aug 24, 2020

I,m new working with C++ and esp8266 , But i think this question could be usefull to many people.
How use Vector, Function or Ref classes?
Wich import i should use ?

Thank you

@gilmaimon
Copy link
Owner

Hi, I'm glad to see someone is trying out the library! I might keep working on it a bit if that's the case (cleaning up some mess I made)

Anyway, the helpers are supposed to work just like std::vector and std::function from the STL. If you are new to cpp I recommend learning about the STL and templates in cpp so you know what to expect from those. Also, because those are really slim implementations, you can look at the header files and understand the usage like that.

Gil.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants