I have an arduino board, which has a language very very similar to c++ and I'd like to know how to write a program that converts decimal to binary, I've looked around he archives and i can find plenty of threads about issues people are having with such a program but none on how to go about making such a program. I know the process of creating 8 bit binary, just not how to code it.
I want it to print the number in an array, its, one step of a much bigger program, which before you ask I'm not sure about, I'm doing it one tiny bit at a time.