Search:

Type: Posts; User: kky2k

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,272

    "jverkoey" nice explaination...

    "jverkoey" nice explaination...
  2. Thread: C puzzle

    by kky2k
    Replies
    17
    Views
    3,351

    how about this.... if(!printf("hello")) ...

    how about this....


    if(!printf("hello"))

    printf("hello");

    else

    printf("world);
  3. Replies
    6
    Views
    18,400

    u gotto know abt sequence points....'coz the...

    u gotto know abt sequence points....'coz the value of a variable get updated between two sequence points..here is the link for sequence points

    http://msdn2.microsoft.com/en-us/library/ms861609.aspx
  4. Replies
    11
    Views
    1,963

    how about assert(); guyz...

    how about assert(); guyz...
  5. Thread: Alarm

    by kky2k
    Replies
    10
    Views
    3,526

    ok "macGyver" thanks for ur contribution...anway...

    ok "macGyver" thanks for ur contribution...anway i am parallely googling to find the solution
  6. Thread: Alarm

    by kky2k
    Replies
    10
    Views
    3,526

    hi "vart" can u explain it further...

    hi "vart" can u explain it further...
  7. Thread: Alarm

    by kky2k
    Replies
    10
    Views
    3,526

    yes u r right i want to recreate that..is it...

    yes u r right i want to recreate that..is it possible to create that without using sleep()?
  8. Replies
    37
    Views
    387,409

    Sticky: thanks for the tips

    thanks for the tips
  9. Thread: Alarm

    by kky2k
    Replies
    10
    Views
    3,526

    Void Alarm(int time) { // code to create a...

    Void Alarm(int time)
    {
    // code to create a interrupt
    }

    main()
    {

    //some code goes here
  10. Thread: Alarm

    by kky2k
    Replies
    10
    Views
    3,526

    if we use sleep then the whole process will be...

    if we use sleep then the whole process will be sleeping until the particular point of time but my requirement is a timer has to run in the background without disturbing any process...
  11. Thread: Alarm

    by kky2k
    Replies
    10
    Views
    3,526

    Alarm

    plz help me out guys..i need to built a alarm in which we have to create a interrupt(or a simple printf) after particular point of time also to take care that program in which alarm is called should...
Results 1 to 11 of 11