Surac
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I have a framebuffer that must be seen as being slow. Also the cpu accessing the fb has no cache whatsoever to accelerate the memory access. I need c code for drawing thick lines with endcaps, thick circles, thick…
-
Hello. I am writing code for embedded systems. Most cpu are ARM or SoftCpu from FPGA vendors. Up to now I use C11. All the CPU are supported by gcc, thank god. I used to write c++ before C++ 11. The good old time. I now…
-
Tell me what calculator are you using? Is it an app a hardware or program on your pc? Is it for programming, science or just a litte bit adding and subtracting?
-
I have to write some technical documents and always have to make sure the reader is aware of the exact length of data. I do not want to write 16 or 32 bit every time. For "byte" people tend to know that 8 bit are meant.…