Language/C++ Language

Vector(STL library) call by reference

Coste 2011. 5. 27. 00:01

void loadFile(char *path, vector  &node) {
	...
}