Forum: C++ Nov 21st, 2008 |
| Replies: 5 Views: 2,702 Thanks, I think I got it. I finally got additional help from one of my friends in class. |
Forum: C++ Nov 20th, 2008 |
| Replies: 5 Views: 2,702 Thanks Rohitman. So, How do I reverse it as in binary to decimal? I know it has something to do with diffrent powers of a number like 2x^i. So, do I use a for loop for that or something else? |
Forum: C++ Nov 20th, 2008 |
| Replies: 5 Views: 2,702 Hi, I have a program problem with converting decimals to binary and back again. My teacher said that the program is to be like a menu and convert decimals or binary from the user's input. This is... |