Search:

Type: Posts; User: dustyd

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    1,918

    when i say counting in binary, i just can't...

    when i say counting in binary, i just can't figure how to apply it to c...i know how to count in binary but when i apply it to c like 101 + 110 will come out 212 insted of 1011...so i was wondering...
  2. Replies
    13
    Views
    1,918

    counting in binary

    Hey everyone another stupid question.
    Is ther a function that allows me to count in binary...cause i been racking my brain for about 2 hours and i cant seem to get the logic rite.
  3. Replies
    4
    Views
    2,482

    RE POST OF MY CODE

    I am real sorry about the 'atrocious' formating. I don't usually put this much code into a question i have. I re-posted it for your convience.



    do
    { remCheck = tmpVal%2;
    tmpVal =...
  4. Replies
    4
    Views
    2,482

    need another pair of eyes please

    This code is suppose to change a binary into a deciaml. Could someone lend me there advice on the code.


    do
    { remCheck = tmpVal%2; tmpVal = tmpVal/2;
    if...
  5. Replies
    4
    Views
    3,085

    reverse the order of an array

    Hello can anyone give me some advice on how to reverse the order of an array for example say in my array i had the values
    9 8 7 6 5 4 3 2 1... how can i get it to be
    1 2 3 4...
  6. Replies
    3
    Views
    3,061

    Finding the remainder after dividing

    After i divide to int together is ther a way to tell me if ther is a remainder or not.

    Can ne one help me PLEASE!!!:confused:
  7. Replies
    3
    Views
    3,061

    Finding a remainder when dividing

    After i divide to int together is ther a way to tell me if ther is a remainder or not.

    Can ne one help me PLEASE!!!:confused:
  8. ---->help With Opening External Files

    I need a way for the user to enter a file name and i am able to open it with in the loop i am doing something like
    fopen ("%s", file_name, "r");

    thanks for the help


    :confused:
  9. Replies
    1
    Views
    1,060

    help with user input echos!!!

    I need a way for the user to input a menu option with out the charactor they enter showing up on the screen.
    If anyone can help I would appreciate it a lot.

    THANKS

    dustyd :)
Results 1 to 9 of 9