Re: Re: yes, you are right!
Quote:
Originally posted by Andreas Masur
Than you have to do a deep copy as shown in my previous post...
I can't modify the mysql.h which defined the MYSQL, the MYSQL does't have any constructor, because it's a C-Style structure, any c source code can use it.
Re: Re: Re: yes, you are right!
Quote:
Originally posted by peterwang
I can't modify the mysql.h which defined the MYSQL, the MYSQL does't have any constructor, because it's a C-Style structure, any c source code can use it.
Well...than you could wrap this structure with a custom-made class on your own...