¡@

Home 

c++ Programming Glossary: coolstruct

Looking for an easy way to reinitialize a struct

http://stackoverflow.com/questions/6684968/looking-for-an-easy-way-to-reinitialize-a-struct

easy way to reinitialize a struct I have a struct called CoolStruct struct CoolStruct int id uint32 type uint32 subtype String name.. a struct I have a struct called CoolStruct struct CoolStruct int id uint32 type uint32 subtype String name I have a vector.. name I have a vector of these structs as well std vector CoolStruct coolVector I want to create a bunch of structs which have predefined..