ilya@debian:~$ gcc test.c ilya@debian:~$ g++ test.c test.c: In function `int main()': test.c:2: error: `printf' undeclared (first use this function) test.c:2: error: (Each undeclared identifier is reported only once for each function it appears in.)
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
no subject
no subject
no subject
no subject
Я пишу такие вещи на shell
+-1
Re: +-1
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
хм... и правда работает...
Давненько я на голом C не писал.
Re: хм... и правда работает...
no subject
no subject
no subject
main(i){while(printf("%d\n",i++)<4);}
no subject