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) ?
less /usr/include/stdio.h
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) ?
Search in the nightlies thread : http://forums.next.codeblocks.org/index.php/topic,8948.msg64619.html#msg64619 (http://forums.next.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).