User: ptitz

  • Public profile

User profile: ptitz

User info
User name:ptitz
History
Joined:
Number of posts:6
Latest posts:

Lambda can't access a 2d array
I have a "normal" 2d array and a lambda to fill it up. Looks something like this [code] void fun1(){...

Why doesn't updating pointer variable change the variable that it points to?
Yeah, super! Actually I've had a lot of problems pop up in the rest of my code, probably because of ...

Why doesn't updating pointer variable change the variable that it points to?
I've got a class called state [code] class State{ double x,y,z; std::vector<double *> state = {&x,&y...

What is the right way to synchronize class variables across different computers?
The basic setup is that I have 2 machines running Linux, connected via WiFi. One (server) is running...

Where to look up library names?
Yeah, only libplot-dev actually requires argument "-lplotter", which is why it's so frustrating. I m...

This user does not accept Private Messages