j
k
j a
j l
Meryl Silverburgh wrote:
MyAPtr myfunction(MyAVector& v, int size) { if (index < v.size()) { return v[index]; } else { // how can I return NULL here?
Does it work to return MyAPtr() ?
} }
}
Back to the thread
Back to the list