This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: OT: Hello, Happy new year and a Question.
- From: Carlos Eduardo de Brito Novaes <carlosnov at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 31 Dec 2005 15:25:27 -0200
- Subject: Re: OT: Hello, Happy new year and a Question.
- Reply-to: carlosnov at gmail dot com
Sorry! I already found my error. I found that the vector had to realocate
memory and copy all previous itens to add a new one, but I had not defined a
copy constructor and the default one (that worked fine in my test code) bring
me seg faults on my real code.
Well. Again I wish a happy new year for you guys.
PS: Can someone point me a good mailing list for my newbie questions in c and
c++? Maybe this one is for more advanced users I think.