Hey guys, I'm working on a program on ubuntu that will count the number of 1s in the binary representation of a number. The program has one command line parameter, which is the base 10 number to be processed. I was wondering whether someone could tell me whether or not this code will accept from a command line parameter, as well as explain to me how input into the program using a command line parameter.
Thanks!