User forums > General (but related to Code::Blocks)

how to open the include files ?

(1/1)

gonboy:
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) ?

McZim:

--- Code: ---less /usr/include/stdio.h
--- End code ---

Jenna:

--- Quote from: gonboy on August 11, 2008, 11:01:32 am ---        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) ?

--- End quote ---

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).

Navigation

[0] Message Index

Go to full version