|
|
|
|
|
by beardyw
668 days ago
|
|
Get into microcontrollers. C still remains the best choice for tiny memory and program space. Often you need to tightly control memory allocation, and C++ creates too many unknowns. Most other languages are non starters. Use assembly if you want. |
|