11819481NONEmaintenancefalseCN
22819481NONEmaintenancefalseCN
334001536
//////////////////////////////
so right now i have two classes. one is car and one is arrayofcars
car object has elements such as number kind loaded reportingmark and destination.
array point [] is a pointer to a pointer to a car
so Car ** point = new point [10];
the problem here is when i put in the pointer of a car object into array of pointers of car.
the value changes and gives error as you see
any ideas?