#include < vector > using std::vector; int main(void) { vector<int> gr[10]; function(gr); }
How should i define that function calling by reference rather than by value?
Aucun commentaire:
Enregistrer un commentaire