When i wirte this code:
          #include <stdio.h>
int main(int argc, char *argv[])
{
     printf("welcome to use this program");
    return 0;
}
question:
         I want to see the file (stdio.n),so I right click on the "#include <stdio.h>". 
         select the "open the include file: stdio". But I couldn't open it... ....
        why?  how to do?
another question:
 
        how to download the Bin programe for code::blocks nightly . I download the src of code::blocks nightly and build it. but fail.
        where to download it *.dep for Diebian(eg.Ubuntu8.08) ?