-->
Page 2 of 2

Re: Newb question: using and storing data object in eeprom

PostPosted: Sat Aug 03, 2019 4:53 am
by btidey
For struct see

https://www.geeksforgeeks.org/structures-c/

It just creates a new data type that is a grouping of other data types. Once a new variable of this new struct is declared then you access the parts within the struct using the dot (.) operator

Re: Newb question: using and storing data object in eeprom

PostPosted: Sun May 10, 2020 5:28 am
by Nikhil.16
One of the best website which I found was Structure in C

It just creates a new data type that is a grouping of other data types. Once a new variable of this new struct is declared then you access the parts within the struct using the dot (.) operator

Re: Newb question: using and storing data object in eeprom

PostPosted: Wed May 13, 2020 11:51 am
by Nikhil.16
One of the best website which I found For Programming.
Recursion in C