Search:

Type: Posts; User: kalamram

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,856

    Signal in windows

    Hi,
    i a writing one socket program and in my program I am creating child processes and executing different applications.

    If any process killed, i need to send signal to parent process like...
  2. Replies
    3
    Views
    1,905

    thank you. But the examples are in dot net. ...

    thank you.

    But the examples are in dot net.

    I need to know for daemon (windows services) in c.
  3. Replies
    3
    Views
    1,905

    daemon how to in windows

    Hi,

    I want to start my c application and want it to run in background.

    In linux we can use fork() and setsid() for this.

    But, how can I run in windows.

    If any examples provide me.
  4. Decimal to Hex convertion.

    I want to convert decimal to hexa decimal and ned to store one variable..

    if possible give me program for this.
  5. how to convert decimal to hexa decimal in C/

    hello friend,

    how to convert decimal to hexa decimal i c.

    if possible, give me example program.
  6. Replies
    1
    Views
    3,938

    what is the value of ERANGE ?

    hello,

    what is the value of ERANGE . it throws wnen error occurs.

    it refers "errno".

    i need the value?
  7. Replies
    3
    Views
    8,530

    how to check input is decimal or not?

    hello friends,

    how to check whether my input is integer or not.

    isdigit() check for each character.

    i want to check the user input (whatever) is decimal or not.

    example,
  8. Replies
    3
    Views
    2,048

    how to parse a string?

    hello,

    I need a help . how to parse a string in c.

    also, how to get the avilable commands by putting first letter and click tab key.

    i.e., like linux,

    when i put "l", and click tab, it...
  9. Replies
    1
    Views
    970

    Doubt on Linked lists and doubly LL!

    hello all,

    I have problem with linked lists.
    In calling functions(add,delete) using single pointer parameter(ie. add(struct node *p,char value)).

    .please, any one give me an idea and example...
  10. Thread: getch() ??

    by kalamram
    Replies
    23
    Views
    6,816

    getch() ??

    what is the actual use of getch () in c?.
    pls, explain me.
  11. Replies
    9
    Views
    29,120

    again print to avoid whitespace!

    Sir,Thanks for your reply.
    I am already know about isspace() fn.
    But, after check condition if(isspace(char str)),
    how can I print the characters with out space.ie., how to avoid the white space.
  12. Replies
    9
    Views
    29,120

    how to skip white space?

    hello,

    In a string, the is white spaces.
    In print output, I want to print without whitespaces(print only characters).
    how can i do it.
  13. Replies
    3
    Views
    3,777

    How to develop embedded C skills?.

    Hello guys,

    I am working in a embedded related field. I want to be a good C programmer and get great logical analysis.
    how can I improve my C programming skills.

    expect anyones suggestions.
    ...
  14. Replies
    1
    Views
    1,848

    Doubt abt Storage!

    Hello all,
    I ahve an doubt on storage method.

    The local variable are stored in stack, dynamic variable are stored in heap.

    But, i have a doubt, that where can i store the Global variable ?.
Results 1 to 14 of 15