struct Div { int i; int j; }; class A { public: A(); Div& divs; };
In my constructor definition, I have
For one, you can't have a NULL reference. As second, all variable references in a class must be initialized at construction time.