Author Topic: how to open the include files ?  (Read 3624 times)

Offline gonboy

  • Multiple posting newcomer
  • *
  • Posts: 29
how to open the include files ?
« on: August 11, 2008, 11:01:32 am »
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) ?

Offline McZim

  • Multiple posting newcomer
  • *
  • Posts: 36
Re: how to open the include files ?
« Reply #1 on: August 11, 2008, 12:17:29 pm »
Code
less /usr/include/stdio.h

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: how to open the include files ?
« Reply #2 on: August 11, 2008, 12:44:26 pm »
        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) ?

Search in the nightlies thread : http://forums.codeblocks.org/index.php/topic,8948.msg64619.html#msg64619 .
There are at least two repos with .deb's, mine (for debian) and Xaviou's (for Ubuntu).