|
Re: Outputting Data Onto Computer Screen
Quote:
Originally Posted by Andrew Schreiber
This seems like a job for the dashboard. IF you decide to go with another program my suggestion would be to pipe the array to standard out and then read it in from a C++/Python/Haskell/C#/Language of Choice program that then outputs the image to the screen.
|
Was thinking of doing that, won't that lead to memory leaks or buffer overflows since the robot and the computer are modifying the same data all at once
__________________
Do not say what can or cannot be done, but, instead, say what must be done for the task at hand must be accomplished.
|