Search:

Type: Posts; User: Matrix01

Search: Search took 0.02 seconds.

  1. Thread: Cast

    by Matrix01
    Replies
    1
    Views
    1,152

    Cast

    Hi ..
    Can someone explain what is a "cast" and how can be used it?
    Thank you in advance.
  2. Replies
    3
    Views
    1,367

    Ok, I changed floats to int.....and its works...

    Ok, I changed floats to int.....and its works correctly.


    int bitcnt ( int n );

    #include<stdio.h>

    int main ( void )
    {
    int n;
  3. Replies
    3
    Views
    1,367

    # of ones in Binary representation

    Can someone tell me why my program does not compile?


    ___________________________________________________

    int bitcnt ( float n );

    #include<stdio.h>

    int main ( void )
Results 1 to 3 of 3