c++ hello world

Sekcia: Programovanie 14.03.2006 | 17:10
tele   Návštevník
Caute, mam taky trocha divny problem - zoberiem klasicky hello world, skompilujem vo vsetkych moznych kompilatoroch: gcc hello.cpp -o hello g++ hello.cpp -o hello c++ hello.cpp -o hello a vzdy napise tu istu chybu: hello.cpp:1:19: error: stdio.h: No such file or directory hello.cpp: In function ‘int main()’: hello.cpp:5: error: ‘printf’ was not declared in this scope to iste spravia aj ostatne headery.... Program je urcite dobry, inde mi to kompiluje: #include <stdio.h> int main() { printf("Hello world.\n"); return 0; } typoval by som, ze sa to dako blbo nainstalovalo - nenakopirovalo to headery. Ak je to tak, kde ich mam vlozit? A este kde ich zozeniem... Dik za radu
    • Re: c hello world 08.03.2006 | 23:35
      Avatar borg Fedora  Administrátor
      pozri ci v /usr/include existuje stdio.h, ak nie tak nemas ich nainstalovane.
      • Re: Re: c hello world 08.03.2006 | 23:39
        tele   Návštevník
        nj, nemam tam ziaden z klasickych ceckovskych headerov... treba to instalovat, alebo len nakopirovat headery?
        • Re: Re: Re: c hello world 08.03.2006 | 23:40
          Avatar borg Fedora  Administrátor
          instalovat
          • Re: Re: Re: Re: c hello world 09.03.2006 | 09:59
            skywaker   Návštevník
            skus napisat aku pouzivas distribuciu ...
            • Re: Re: Re: Re: Re: c hello world 09.03.2006 | 21:38
              tele   Návštevník
              Fedora core 4
              • Re: Re: Re: Re: Re: Re: c hello world 14.03.2006 | 17:06
                5   Návštevník
                glibc-headers-2.3.2-101.4 .i386.rpm
              • Re: Re: Re: Re: Re: Re: c hello world 14.03.2006 | 17:10
                5   Návštevník
                www.rpmseek.com napr. najdes rpm balicky pre rozne distribucie