Forum: C Aug 18th, 2009 |
| Replies: 2 Views: 464 I think they should have different pid's |
Forum: C Oct 20th, 2008 |
| Replies: 2 Views: 951 I am trying to convert an int, a char, and a short into their binary values and display it.
int a;
char b;
short c;
I understand how to convert an integer to a binary value bit by bit, I... |