[vox-tech] C++ problem

Jeff Newmiller jdnewmil at dcn.davis.CA.us
Sat May 12 23:38:14 PDT 2012


It did make it to me, but

a) I am out of town away from computers, and

b) without a working example I probably would not look at it very closely
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.

Richard Harke <paleopenguin at gmail.com> wrote:

>My last post seems to have gotten lost so I'll try again.
>
>I'm working on a small C++ program. In one of the constructors I
>create an array with
>double * var = new double [size]   After use, before exiting the
>constructor I return the memory with delete [] var  But after return
>from the delete, several private class variables are written over.
>I have checked that these variables are correct just before the delete
>call and are modified right after. Does anyone have any idea what is
>going on?
>
>I'm running debian squeeze for amd64  with gcc 4.4.5 This morning I
>did an apt-get upgrade to be sure I had any recent fixes.
>
>Richard Harke
>_______________________________________________
>vox-tech mailing list
>vox-tech at lists.lugod.org
>http://lists.lugod.org/mailman/listinfo/vox-tech



More information about the vox-tech mailing list