Hi,

I need to write a program which can produce all different combinations of a 10 binary digit sequence. e.g 2^10 or 1024 different binary values.

e.g 0000000000, 0000000001, 0000000010, 0000000011, ..........., 1111111111

Anyone knows?