c++ Programming Glossary: ll2
copying and repopulating a struct instance with pointers http://stackoverflow.com/questions/7716525/copying-and-repopulating-a-struct-instance-with-pointers v1 v2 v3 v4 v5 v6 v7 v8 v9 v10 unsigned long long int ll1 ll2 _body I am able to access and print the data field as follows... struct body unsigned int iv 20 unsigned long long int ll1 ll2 body ll1 1 ll2 2 for int i 0 i 20 i iv i i private friend.. int iv 20 unsigned long long int ll1 ll2 body ll1 1 ll2 2 for int i 0 i 20 i iv i i private friend class boost serialization..
|