Search:

Type: Posts; User: codewriter

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    6,295

    float 6 digits double 14 digits

    float 6 digits
    double 14 digits
  2. Replies
    4
    Views
    6,295

    Thank You LaserLight Can you please tell me...

    Thank You LaserLight

    Can you please tell me how many digits after the floating point exist in float and how many in double ?
  3. Replies
    4
    Views
    6,295

    Convert float to double

    Hi

    Can somebody tell me how to convert float type variable to double type variable in C ?

    Thank You
  4. Replies
    3
    Views
    1,705

    I read about IP fregmentation but didnt find ...

    I read about IP fregmentation but didnt find somthing about TCP fregmentation .what is the defference between them two fregmentations ?
  5. Replies
    3
    Views
    1,705

    IP fragmentation

    Can you please tell me what is the difference between IP fragmentation and TCP fragmentation ?
    Thank You
  6. Replies
    10
    Views
    2,306

    I am using ARN microprocessor and Linux OS. as...

    I am using ARN microprocessor and Linux OS. as well i am using TCP sockets both client and server.Can you give me addlist an avrage number of bytes per second ?The madia is cables
  7. Replies
    10
    Views
    2,306

    Can you give me an avrage number of bytes per...

    Can you give me an avrage number of bytes per second ? Depends on What ?
  8. Replies
    10
    Views
    2,306

    Sending data over the network

    What is the maximum number of bytes that the server can pass to the client over the network per second ? Thanks
  9. Replies
    6
    Views
    2,015

    I am feeling down

    The last month i had a lot of c++ activity.And now i am going back to networking in C programming development. the switch is making me feel down mentally. can anyone give me a tip to feel better ?...
  10. Replies
    10
    Views
    2,794

    TRect is a name of a class

    TRect is a name of a class
  11. Replies
    10
    Views
    2,794

    This a part of the code : bool DrawRect(const...

    This a part of the code :
    bool DrawRect(const TRect bitand SrcRect, int x, int y)
  12. Replies
    10
    Views
    2,794

    But an object is not a variable ! . it is not...

    But an object is not a variable ! . it is not possible to do bit wise with an object .
  13. Replies
    10
    Views
    2,794

    What is that mean : class_name bitand operator =...

    What is that mean :
    class_name bitand operator = (const class_name bitant)


    Thanks laserlight
  14. Replies
    10
    Views
    2,794

    Thank You Laserlight, what is that mean : ...

    Thank You Laserlight,

    what is that mean : (object_name bitand variable_name) ?
  15. Replies
    10
    Views
    2,794

    what "bitand" do ???

    hello
    what does "bitand" do in c++ code ?


    what is that mean : (object_name bitand variable_name)
  16. Replies
    1
    Views
    1,518

    Question about _get_free_pages()

    Hello
    In the code :

    unsigned long size = 2621440;
    unsigned int order;
    order = get_order(size);
    __get_free_pages(GFP_KERNEL,order);


    1.What value get_order(size) will return ?
  17. Replies
    3
    Views
    1,183

    Wow Take it easy man If you don't know how to...

    Wow
    Take it easy man
    If you don't know how to answer this one that is ok
    Let somebody how can
  18. Replies
    6
    Views
    1,747

    Hi grumpy Lazy to ask or Lazy to answer ??

    Hi grumpy
    Lazy to ask or Lazy to answer ??
  19. Replies
    6
    Views
    1,747

    Static Variable and Static method

    Hello

    When i define a static variable in my code :

    static int Var;

    What is that mean static variable ?
  20. Replies
    3
    Views
    1,183

    Question about _get_free_pages()

    Hello
    In the code :

    unsigned long size = 2621440;
    unsigned int order;
    order = get_order(size);
    __get_free_pages(GFP_KERNEL,order);


    1.What value get_order(size) will return ?
  21. Replies
    7
    Views
    1,161

    I am using linux OS. How can i use the terminal...

    I am using linux OS. How can i use the terminal for that matter ?
    Can you tell me what command should i write ?
  22. Replies
    7
    Views
    1,161

    CPU frequency

    Hello
    I have a kernel process compiled to an kernel_process.ko (kernel object)
    The size of the kernel object file is 15K. when i load the this kernel object file
    into the memory it's strats runing...
  23. Replies
    16
    Views
    24,134

    I understand you both very well now. Thank You

    I understand you both very well now. Thank You
  24. Replies
    16
    Views
    24,134

    The GNU compiler will not take you "1 byte...

    The GNU compiler will not take you "1 byte implementation defined " for unsigned int - the compiler will throw
    you an error !
  25. Replies
    16
    Views
    24,134

    Hi Laserlight , Your assertion is not guaranteed...

    Hi Laserlight , Your assertion is not guaranteed to be true!
    Both unsigned int and unsigned long generating a range value of 4G. and both of them get an 4
    byte of memory.
Results 1 to 25 of 29
Page 1 of 2 1 2