+ 3
Moving a variable in C.
Is there a way to move a variable or an object to a certain address in C/C++?
4 Answers
+ 4
Ok, thank you.
+ 3
My problem is, that i get access violations
+ 3
On my raspberry pi 4 (raspbian) i tried to write data from a sensor to a certain address, so different programs can use it. Mostly because i wanted to know, if it is possible. đ
+ 2
Thank you very much, this is very helpful!