|
|
|
|
|
by DannyB2
2911 days ago
|
|
Definitely pick the right tool for the right job. Using C (maybe C++ ?) may be great for micro controllers, a BIOS, a stage 1 bloat loader, OS kernel and device drivers. If you're writing application software, and probably even server software, you should be using something higher level and a bit more abstracted away from the hardware. Not necessarily by much. But definitely more than C / C++. |
|