Close
Duke shfaqur rezultatin -19 deri 0 prej 17
  1. #1
    i/e regjistruar Maska e NORTONI
    Anėtarėsuar
    31-03-2008
    Postime
    116

    Unhappy Si tja bej???

    Nuk kompiloj dot kodet e krijuara ne gjuhen c ose c++ me anje lloj kompilatori.Ne dini dicka ju lutem tregomani.
    FALEMINDERIT!
    Gjuha jone sa e mir',
    sa e embel sa e dlir......

  2. #2
    i/e regjistruar
    Anėtarėsuar
    16-04-2004
    Postime
    684
    cfar compileri ke te instaluar ne sistem?

  3. #3
    i/e regjistruar Maska e NORTONI
    Anėtarėsuar
    31-03-2008
    Postime
    116
    1)DEV-C++
    2)JGRASP
    3)NETBEANS
    Pra si tja bej qe te kompiloj?
    Gjuha jone sa e mir',
    sa e embel sa e dlir......

  4. #4
    i/e regjistruar
    Anėtarėsuar
    16-04-2004
    Postime
    684
    Keto mjete qe i ke ti nuk jane compiler-a por jane IDE (integrated development environment)
    pervec ketyre duhet te kesh te instaluar compiler-in dhe pastaj ta konfigurosh IDE qe ta perdori ate.
    Ja nje faqe me liste te compilerave qe mund te zbriten nga interneti. Si alternative mund ta shkarkosh Visual Studio C++ 2008 express edition i cili ne vehte permban compilerin keshtu qe nuk do te kesh nevoj per konfigurim shtese

    http://www.thefreecountry.com/compilers/cpp.shtml

  5. #5
    i/e regjistruar Maska e Borix
    Anėtarėsuar
    17-01-2003
    Postime
    2,316
    Norton, merr instalo falas te gjithe sistemin Microsoft Visual Studio (6 ose .NET)... Ia vlen, ne fund te fundit.
    "The rule is perfect: in all matters of opinion our adversaries are insane." (M. Twain)

  6. #6
    i/e regjistruar Maska e NORTONI
    Anėtarėsuar
    31-03-2008
    Postime
    116
    Shume faleminderit per ndihmen por microsoft visual c++ nuk e mar dot se e kam internetin breshke.nese ka ndonje kompiler qe nuk eshte shume i madh ju lutem me tregoni linkun.
    Faleminderit
    Gjuha jone sa e mir',
    sa e embel sa e dlir......

  7. #7
    i/e regjistruar Maska e Borix
    Anėtarėsuar
    17-01-2003
    Postime
    2,316
    Ne fakt, compiler-at e mire jane jo te vegjel ne madhesi. Shko ne nje nga keto dyqanet e soft-eve dhe investo ne nje CD nese je ne Tirane...
    "The rule is perfect: in all matters of opinion our adversaries are insane." (M. Twain)

  8. #8
    i/e regjistruar
    Anėtarėsuar
    16-11-2005
    Postime
    8,691
    Shkarko Bloodshed Dev-C++ te plote se e ka perpiuesin te integruar, dhe eshte falas.
    Ti e paske, po nuk kuptoj pse nuk po e perpiloke dot.
    Na jep ndonje detaj, jep gabime ne perpilim apo si?

  9. #9
    i/e regjistruar Maska e NORTONI
    Anėtarėsuar
    31-03-2008
    Postime
    116
    Kur hap dev-c++ me nxjer kete:
    Po tani si mund ta regulloj qe te kompiloj?
    Fotografitė e Bashkėngjitura Fotografitė e Bashkėngjitura  
    Gjuha jone sa e mir',
    sa e embel sa e dlir......

  10. #10
    i/e regjistruar
    Anėtarėsuar
    16-11-2005
    Postime
    8,691
    provo dhe ri instaloje dev-c++,
    nese te jep prap te njejtin problem do mundohem te te ndihmoj ta konfigurosh adresen e perpiluesit.

  11. #11
    i/e regjistruar Maska e NORTONI
    Anėtarėsuar
    31-03-2008
    Postime
    116
    E provova dhe me nxjer te njejtin problem sa here qe e hap.Gjithsesi nese mund te me ndihmosh faleminderit shume sepse po me lodh.E kisha mare me qejf po nuk po kompiloj dot asgje
    Gjuha jone sa e mir',
    sa e embel sa e dlir......

  12. #12
    i/e regjistruar
    Anėtarėsuar
    16-11-2005
    Postime
    8,691
    ok, por jo tani se nuk kam kohe, do te kthej pergjigje neser ose pasneser.

  13. #13
    i/e regjistruar Maska e NORTONI
    Anėtarėsuar
    31-03-2008
    Postime
    116
    Kur kompiloj kodin:

    /*programi qe shtyp tungjatjeta*/

    #include

    /*shtype Tungjatjeta !/*

    void main(void)



    printf("Tungjatjeta !\n");

    }

    Kompilatori me nxjer keto errore:



    'main' must return 'int'
    in function 'int main(...)':
    syntax error before '('token
    ISO c++ forbids declaractions of 'printf' with no type
    `int printf' redeclared as different kind of symbol
    previous declaration of `int printf(const char*, ...)'
    invalid conversion from `const char*' to `int'
    syntax error before `}' token
    [Warning] no newline at end of file
    Gjuha jone sa e mir',
    sa e embel sa e dlir......

  14. #14
    i/e regjistruar
    Anėtarėsuar
    16-11-2005
    Postime
    8,691
    perveē faktit qe duhet ta deklarosh si "int main()" dhe jo "void main()"
    dhe duhet nje newline pra vije boshe ne fund te kodit,
    problemet e tjera jane te lidhura me konfigurimin e kompilatorit.

    Une ate kodin me siper e perpilova pa problem me te njejtin version qe te dhashe dhe ty.

    Kontrollo tek Preferences Compilator Options
    aty ke mundesi te konfigurosh standartet qe duhet te ndjeke perpiluesi.

    Une me sa pashe tek ambienti im i kam te gjitha ne "NO",
    tek Tools/Compilator options/ C Compiler
    te gjitha opcionet veri ne NO.
    pastaj provoje prap.

  15. #15
    i/e regjistruar Maska e Borix
    Anėtarėsuar
    17-01-2003
    Postime
    2,316
    Provo kete version:

    Kodi:
    #include
    
    /*shtype Tungjatjeta !/*
    
    int main(void)
    {
    
    
    printf("Tungjatjeta !\n"); return 0;
    }
    "The rule is perfect: in all matters of opinion our adversaries are insane." (M. Twain)

  16. #16
    i/e regjistruar Maska e NORTONI
    Anėtarėsuar
    31-03-2008
    Postime
    116
    Kur shkruaj kodin qe eshte me larte me thote:

    missing terminating > character
    Gjuha jone sa e mir',
    sa e embel sa e dlir......

  17. #17
    i/e regjistruar Maska e NORTONI
    Anėtarėsuar
    31-03-2008
    Postime
    116
    Jo kisha shkruajtur gabim kodin me larte
    Ai qe me dhe ti funksionoi faleminderit
    Gjuha jone sa e mir',
    sa e embel sa e dlir......

Regullat e Postimit

  • Ju nuk mund tė hapni tema tė reja.
  • Ju nuk mund tė postoni nė tema.
  • Ju nuk mund tė bashkėngjitni skedarė.
  • Ju nuk mund tė ndryshoni postimet tuaja.
  •