13 years, 6 months ago
Highlights
Well you are pointing to the first element in the array, then modifying only sizeof(double) bytes.Any memory after sizeof(double) bytes should be unaffected. To modify all,…
13 years, 6 months ago
13 years, 6 months ago
Well you are pointing to the first element in the array, then modifying only sizeof(double) bytes.Any memory after sizeof(double) bytes should be unaffected. To modify all,…
13 years, 6 months ago
13 years, 6 months ago
thanks jnmacd, that fixed it. I was using a few examples i found online. oh well. you can't always trust everything on the internet! are you familiar with Qt?…
13 years, 6 months ago
Latest Activity
See all in DiscussionsWell you are pointing to the first element in the array, then modifying only sizeof(double) bytes.Any memory after sizeof(double) bytes …
13 years, 6 months ago
Well you are pointing to the first element in the array, then modifying only sizeof(double) bytes.Any memory after sizeof(double) bytes …
13 years, 6 months ago
thanks jnmacd, that fixed it. I was using a few examples i found online. oh well. you can't always trust …
13 years, 6 months ago