Search:

Type: Posts; User: josiah

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,387

    Ok sir I understand now. I have read about the...

    Ok sir I understand now. I have read about the limit of floats which is indeed up to 6 digits only.

    Thanks again for the clarification.
  2. Replies
    5
    Views
    1,387

    I understand sir. I would just like to ask if ...

    I understand sir. I would just like to ask if there's any way to make my calculator more accurate than that sir?

    Its really a must for it to give accurate answers. Anyway, Thanks again for your...
  3. Replies
    5
    Views
    1,387

    Where's the error in this Function

    I have a function that evaluates a postfix expression. It first converts the numeric digits to float and then evaluates the expression.

    Problem is when it multiplies 2 floating types (e.g 3.25...
  4. Replies
    7
    Views
    1,410

    Good day again sir. I am now doing the scanning...

    Good day again sir. I am now doing the scanning of the text input right now by a function. Problem is it always is a seg fault. I think my logic is now correct but still nothing.

    hope that someone...
  5. Replies
    7
    Views
    1,410

    Sir Mats Im sorry if I could not post some code...

    Sir Mats Im sorry if I could not post some code right now. I promise in a few hours I'll be back with the changes in the original code I posted.

    With regards to this being homework, I am having...
  6. Replies
    7
    Views
    1,410

    Thanks sir for your help. Its just that I have to...

    Thanks sir for your help. Its just that I have to accomplish so many things in little time. Another thing I was trying to accomplish was putting a space between each character of the array (i.e. 1 2...
  7. Replies
    7
    Views
    1,410

    function problem

    Good day sir. I have made a program that evaluates an infix expression after converting it to postfix. Problem is my program does not work. it does not even compile.

    Here is what the compiler...
  8. Thread: Makefile Help

    by josiah
    Replies
    3
    Views
    1,615

    Makefile Help

    Hello again guys. I would just like to ask for some help regarding the makefile I used for the inttohex program. It would not work and it would just say Missing separator. Stop..

    Hope somebody...
  9. Replies
    7
    Views
    1,038

    Sir robwhit. I'm sorry I overlooked that part. It...

    Sir robwhit. I'm sorry I overlooked that part. It actually works.

    With the making it with the int part. I will try to do something and get back its just that there has been so many things to do...
  10. Replies
    7
    Views
    1,038

    Thanks sir for your replies. Just a few questions...

    Thanks sir for your replies. Just a few questions sir if you would not mind.

    To Adak: What is the difference between unsigned and other data types.? Can i not do this with an int?

    To robwhit: I...
  11. Replies
    7
    Views
    1,038

    Simple program help

    Hello guys. I am trying to make a simple integer to hex program wherein a user enters an int which is stored to a string and then converted to hex. The hex conversion is where i'm lost.

    I hope...
Results 1 to 11 of 11