Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: gonboy on August 11, 2008, 11:01:32 am

Title: how to open the include files ?
Post by: gonboy 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) ?
Title: Re: how to open the include files ?
Post by: McZim on August 11, 2008, 12:17:29 pm
Code
less /usr/include/stdio.h
Title: Re: how to open the include files ?
Post by: Jenna 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 (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).