User: lo2

  • Public profile

User profile: lo2

User info
User name:lo2
History
Joined:
Number of posts:37
Latest posts:

How to detect stack overflow?
Hi there, Recently I tried running my C++ program with a much larger data set, and I quickly got ...

Running out of stack memory according to valgrind?
Thanks for all your answers, I will try and implement it! Another question will it also make my cod...

Running out of stack memory according to valgrind?
And that applies to arrays declared with new as well? For example: p = new double[4*l];

Running out of stack memory according to valgrind?
So if I have something like this: int n = 10; double x[n*n]; I should rather do something like thi...

Running out of stack memory according to valgrind?
Hi, I am not allocating anything static. I do however allocate quite a lot of VLAs, is that what mi...

This user does not accept Private Messages