Forum: C Aug 28th, 2008 |
| Replies: 1 Views: 598 hey guys,
I would like to make a menu like this:
MENU
[A] - Addition of binary digits
[B]... |
Forum: C Jul 24th, 2008 |
| Replies: 12 Views: 9,710 Thanks everyone, I finally got it right! |
Forum: C Jul 23rd, 2008 |
| Replies: 12 Views: 9,710 Thank you very much dude, I appreciate that!
Can you help me with my prob?
here's my code..
#include <stdio.h>
int main(void) { |
Forum: C Jul 23rd, 2008 |
| Replies: 12 Views: 9,710 |
Forum: C Jul 23rd, 2008 |
| Replies: 12 Views: 9,710 wow! thanks a lot mr.,but still nothing happened.. |
Forum: C Jul 22nd, 2008 |
| Replies: 12 Views: 9,710 hi eveRyone,
I just want to have your tips for my code..
#include <stdio.h>
main()
{
hexa = 16; |
Forum: C Jul 21st, 2008 |
| Replies: 5 Views: 3,323 wow! thank you very much!! it is very helpful to me.. |
Forum: C Jul 19th, 2008 |
| Replies: 5 Views: 3,323 #include <stdio.h>
main()
{
int ctr, bin, quotient, deci=0, binary,octal,hexa;
float rem;
char mark_magic; |