
21 Feb
2006
21 Feb
'06
11:11 p.m.
Meryl wrote:
My case is using a vector of a pointer of a Class say 'A' which that class's constructor is private.
The following is working for me:
#include <iostream>
#include <vector>
#include <algorithm>
#include