| CompOrg Fall 2005 - HW1 FAQ |
|   CompOrg Home   |   HW1 Assignment |
+ argc, argv
|
Question: | How do I read in the list of numbers from the command line? |
|
Answer: |
We've looked at programs that deal with command line parameters, here is one example: add2nums.c |
+ binary output
|
Question: | How do I print an int in binary? printf("%b",x)? |
|
Answer: |
|