Search:

Type: Posts; User: Khalif

Search: Search took 0.01 seconds.

  1. Thread: Pointer casting

    by Khalif
    Replies
    3
    Views
    1,526

    Im trying to define the void printSingle(float f)...

    Im trying to define the void printSingle(float f) method that will print the parts of the floating point number as distinct values.
    For example, entering the float 3.5 will print sign=0 exp =128 ...
  2. Thread: Pointer casting

    by Khalif
    Replies
    3
    Views
    1,526

    Pointer casting

    Hi all !

    I don't understand the concept of casting a pointer, and how it works.Can somebody explain it to me ?

    Thanks.
  3. Replies
    3
    Views
    6,969

    Hi MK27 ! It works, except when I enter 0...

    Hi MK27 !

    It works, except when I enter 0...
  4. Replies
    3
    Views
    6,969

    Remove leading zeros in a binary

    Hi all !

    I'm new in this forum, and also totally new in c programming. My code displays a binary after entering an int. I would like to suppress the leading zeros... Here is the code:



    ...
Results 1 to 4 of 4