自费读jd的回国返签# Law - 律师事务所
b*y
1 楼
☆─────────────────────────────────────☆
ruisher (aa) 于 (Sat Aug 27 23:26:33 2005) 提到:
I created a vector of pointers to obejcts
std::vector< student* > studentVec;
then write
read_in_student_info(std::vector & studentVec)
{
........
basically, just build up and fill up the vector
.....
}
when it returns back to the main function, then I tried to print out each
element, it works fine.So I just assume this vector is already exist.Then I
call
another subroutine which I want to use th
ruisher (aa) 于 (Sat Aug 27 23:26:33 2005) 提到:
I created a vector of pointers to obejcts
std::vector< student* > studentVec;
then write
read_in_student_info(std::vector
{
........
basically, just build up and fill up the vector
.....
}
when it returns back to the main function, then I tried to print out each
element, it works fine.So I just assume this vector is already exist.Then I
call
another subroutine which I want to use th