This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: OT: Hello, Happy new year and a Question.


	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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]