English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Yes, they program hw using sw.. but does anyone have any sample code in c or c++? I would like to see an example..

2006-07-10 07:51:24 · 2 answers · asked by blue_rose_69 1 in Computers & Internet Programming & Design

2 answers

I did this for many years and found it the most rewarding type of programming because you're writing code that touches the real world in an obvious way. The effect of your code is tangible - you can watch it work.

Years ago this work was done in assembly language but this is likely not the case any more. Even 8 bit processors have simple C compilers available for them. If you are writing device drivers, the minimum will probably be a good C compiler and there's a good chance it will be C++.

2006-07-10 09:30:05 · answer #1 · answered by fxmaker 2 · 1 0

most likely the code will be in assembly.

2006-07-10 14:56:55 · answer #2 · answered by John J 6 · 0 0

fedest.com, questions and answers