c++ - struct of structs as argument -


i have quite big structure has inside of other structures, want pass structure of structures argument of function. knows how or may give me example please!

struct b {    //your struct.. }; struct {       b b; };  void foo(struct a) {     a.b + ???....    //you function } 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -