Search:

Type: Posts; User: cprogrammer_18

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,114

    Thank you quzah :)

    Thank you quzah

    :)
  2. Replies
    2
    Views
    2,114

    Problem with typedef struct

    Hi All,
    I am facing problem with the Problem code. Can any one help?




    #include <stdio.h>

    typedef struct
    {
  3. Thanks a lot... I got the solution... :) ...

    Thanks a lot...

    I got the solution...

    :)

    Maddy
  4. Contd... I dont want to use any delimiters...

    Contd...

    I dont want to use any delimiters while concatenating..

    -Maddy
  5. Thanks Zuk.. Well.. I will explain in...

    Thanks Zuk..

    Well.. I will explain in detail...
    I have a structure



    struct payload{
    unsigned long type;
    unsigned long length;
  6. Thanks Grumpy... But My Problem is that if i...

    Thanks Grumpy...

    But My Problem is that if i give

    unsigned long type = 1;

    I have to get the string which occupies the whole 4 bytes. I mean I have to get the string like

    0001
  7. Problem in Converting Unsigned long to String

    Hi All,
    I am facing the Problem while converting from unsigned long to string. can any body help me out?

    The thing is i have an unsigned long. I have to convert that to string.
    ...
  8. Replies
    2
    Views
    11,464

    Semaphore Problem

    Hi All,
    I am finding problem with the semaphores. Please have a look at the following code.




    #include <stdio.h>
    #include <sys/types.h>
    #include <sys/sem.h>
  9. Replies
    2
    Views
    2,511

    Signal Programming

    Hi All,
    Please help me out for the below problem. Am new to this forum.

    One program(let it be server) will poll the database and update the shared memory. So whenever there is new data...
Results 1 to 9 of 9