| c++ Programming Glossary: datastoresSetting pointers to structs http://stackoverflow.com/questions/2545343/setting-pointers-to-structs  point to a struct of this type like so struct Datastore_T datastores Elided datastores is initialized with data here char DatastoreStartAddr.. of this type like so struct Datastore_T datastores Elided datastores is initialized with data here char DatastoreStartAddr char datastores.. is initialized with data here char DatastoreStartAddr char datastores memset DatastoreStartAddr 0 3500 The problem I have is that.. 
 |