User Profile

Collapse

Profile Sidebar

Collapse
Sky High
Sky High
Joined: Mar 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sky High
    started a topic NPTL in ubuntu

    NPTL in ubuntu

    hi.. can someone tell me how to download Native POSIX Thread Library for ubuntu? It does not seem to support pthread.h header file.. please reply asap..
    See more | Go to post

  • Sky High
    replied to antivirus
    My AV program does not ask me to do this.. I just heard this from one of my friends and wanted to know if there is really something like this.. So would it suffice if i just run my AV without having to preset or disable anything?...
    See more | Go to post

    Leave a comment:


  • Sky High
    started a topic antivirus

    antivirus

    hi friends..
    do i have to disable 'Restore Default System Settings' option before I run my antivirus on my PC? If yes, how do i disable it?
    See more | Go to post

  • Sky High
    started a topic windows media player 11

    windows media player 11

    hi friends..
    am able to listen to any song using Windows Media Player 11. But am unable to change the volume settings or move to any pane in the environment. The cursor is an hourglass and doesnt seem to change back to an arrow at all. And when i close the window, it throws me an error, saying the program is not responding. I am left with no other choice than forcibly ending the program. What could be the reason?
    See more | Go to post

  • Sky High
    replied to if(a,b,x,y)
    in C
    thanku so much.. indeed the last expression overrides all the other expressions in if statement.....
    See more | Go to post

    Leave a comment:


  • Sky High
    started a topic if(a,b,x,y)
    in C

    if(a,b,x,y)

    can somebody explain the working of the following C code?

    Code:
    #include<stdio.h>
    void main()
    {
      int a=0, b=20;
      char x=1, y=10;
      if(a,b,x,y)
        printf("bye");
      else
        printf("BYE");
    }
    Output:
    bye
    See more | Go to post
    Last edited by Ganon11; Mar 14 '07, 02:28 PM. Reason: code tags added

  • Sky High
    started a topic Perl Tutorials
    in Perl

    Perl Tutorials

    hi.. can somebody please suggest a good website that offers me tutorials in Perl language (with clear explanations and examples right from the very basics)..
    See more | Go to post
No activity results to display
Show More
Working...