1. 36.
    0
    utanmadan öldü diyorlar.
    ···
  2. 35.
    0
    Zor diyenlere aldırmayın severek ve ilgiyle çalışırsanız çok bir olayı yok
    ···
  3. 34.
    0
    öyle böyle değil baya zor.
    ···
  4. 33.
    -1
    ömür törpüsü bir dil
    ···
  5. 32.
    -1
    ccc c ccc
    ccc c++ ccc
    ···
  6. 31.
    0
    gibeyim bu dili de segmentation fault unu da anasını da...
    ···
  7. 30.
    0
    #include <stdio.h>

    int main()
    {
    printf ("ccc inci giber cccn");

    }
    ···
  8. 29.
    0
    Programlama dilinin babasıdır C++ C de anasıdır, bazı mallar C# ile karşılıştırıyolar C# C++ ile java birleşiminde ortaya çıkan yüksek bi dildir* ve şuan kullandıgınız windows bile %70 den fazlası c/c++ ile kodlanmıştır.

    am züt meme
    ···
  9. 28.
    +1
    nesne yönelik, dünyanın en çok bilinen, uygulanan programlama dilidir.
    ···
  10. 27.
    +1
    bazı mallar c ile c++'ı birbirine karıştırıyor amk. hatta bu mallardan bazıları C# ile c'yi bile birbirine karıştırıyor.
    ···
  11. 26.
    +1 -3
    programın dibidir ama c# her türlü giber atar orası ayrı...
    ···
  12. 25.
    0
    3. senedir alıyorum amk.
    ···
  13. 24.
    +4
    Sözlükteki entryleri gördükçe, C öğretirken C++ öğrettiğini iddia eden tüm "çakma eğitimcilere" buradan selam(!) ediyor ve allahlarından bulmalarını temenni ediyorum.
    ···
  14. 23.
    0
    @6 şikmiş
    ···
  15. 22.
    0
    lisede MikroC denen bir program vardı la onun abisi felan mı bu ?
    ···
  16. 21.
    0
    ccc# giber
    ···
  17. 20.
    +1 -1
    #include <iostream>
    using namespace std;

    int main() {
    cout<< "US ALMA PROGRAMINA HOSGELDINIZ.n";
    cout <<"EGER ALACAGINIZ SAYI KESIRLI ISE NOKTA ILE AYIRINIZ(.)n";
    double x;
    double sonuc;
    cout << "nUssunu alacaginiz sayiyi giriniz ve enterlayiniz: ";
    cin>> x;
    cout<< "x^0 icin 0a basiniz ve enterlayiniz:n";
    cout<< "x^1 icin 1e basiniz ve enterlayiniz:n";
    cout<< "x^2 icin 2ye basiniz ve enterlaliniz:n";
    cout<< "x^3 icin 3e basiniz ve enterlayiniz:n";
    cout<< "x^4 icin 4e basiniz ve enterlayiniz:n";
    cout<< "x^5 icin 5e basiniz ve enterlayiniz:n";
    cout<< "x^6 icin 6ya basiniz ve enterlayiniz:n";
    cout<< "x^7 icin 7ye basiniz ve enterlayiniz:n";
    cout<< "x^8 icin 8e basiniz ve enterlayiniz:n";
    cout<< "x^9 icin 9a basiniz ve enterlayiniz:n";
    cout<< "x^10 icin 10a basiniz ve enterlayiniz:n";
    cout<< "x^11 icin 11e basiniz ve enterlayiniz:n";
    cout<< "x^12 icin 12ye basiniz ve enterlayiniz:n";
    cout<< "x^13 icin 13e basiniz ve enterlayiniz:n";
    cout<< "x^14 icin 14e basiniz ve enterlayiniz:n";
    cout<< "x^15 icin 15e basiniz ve enterlayiniz:n";
    cout<< "x^16 icin 16ya basiniz ve enterlayiniz:n";
    cout<< "x^17 icin 17ye basiniz ve enterlayiniz:n";
    cout<< "x^18 icin 18e basiniz ve enterlayiniz:n";
    cout<< "x^19 icin 19a basiniz ve enterlayiniz:n";
    cout<< "x^20 icin 20ye basiniz ve enterlayiniz:n";

    cin>> sonuc;
    {
    if (sonuc == 0){
    cout<< "n"<< x <<"^ " <<"0" <<"= " << "1" << endl;
    if (x

    0)
    cout << "tanimsiz";
    }
    else if (sonuc

    1 )
    cout<< x <<"^" <<"1 " <<"= " << x << endl;
    else if (sonuc == 2)
    cout<< x <<"^" <<"2 " <<"= " << x * x << endl;
    else if (sonuc == 3)
    cout<< x<<"^" <<"3 " <<"= " << x * x * x << endl;
    else if (sonuc == 4)
    cout<< x<<"^" <<"4 " <<"= " << x * x * x * x << endl;
    else if (sonuc == 5)
    cout<< x<<"^" <<"5 " <<"= " << x * x * x * x * x << endl;
    else if (sonuc == 6)
    cout<< x<<"^" <<"6 " <<"= " << x * x * x * x * x * x << endl;
    else if (sonuc == 7)
    cout<< x<<"^" <<"7 " <<"= " << x * x * x * x * x * x * x << endl;
    else if (sonuc == 8)
    cout<< x<<"^" <<"8 " <<"= " << x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 9)
    cout<< x<<"^" <<"9" <<"=" << x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 10)
    cout<< x<<"^" <<"10" <<"=" << x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 11)
    cout<< x<<"^" <<"11" <<"=" << x * x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 12)
    cout<< x<<"^" <<"12" <<"=" << x * x * x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 13)
    cout<< x<<"^" <<"13" <<"=" << x * x * x * x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 14)
    cout<< x<<"^" <<"14" <<"=" << x * x * x * x * x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 15)
    cout<< x<<"^" <<"15" <<"=" << x * x * x * x * x * x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 16)
    cout<< x<<"^" <<"16" <<"=" << x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 17)
    cout<< x<<"^" <<"17" <<"=" << x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 18)
    cout<< x<<"^" <<"18" <<"=" << x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 19)
    cout<< x<<"^" <<"19" <<"=" << x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x << endl;
    else if (sonuc == 20)
    cout<< x<<"^" <<"20" <<"=" << x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x * x << endl;

    else
    cout << "yanlis bir tusa bastiniz!!!"; }
    cout<< " nprogram bitmistir cikmak icin herhangi bir harfe veya rakama basip enterlayarak cikabilirsinizn ";
    cout << "n by guzelinsan";

    cin>> x;
    }
    Tümünü Göster
    ···
  18. 19.
    0
    kayıt türü ne bunun??
    ···
  19. 18.
    +1
    #include <iostream>
    using std::cout;
    using std::cin;

    int main(void)
    { int x;
    int y;
    int z;
    int a;
    int s;
    int d;
    cout<< " hosgeldin fani... burada senin kader sayini bulacagim... ";
    cout<< " ";
    cout << " bir sayi tut bu sayiyi unutma ve 3e basip enterla : ";
    cin >> x;
    cout << " tuttugun sayiyi dokuz ile carp ve 4e basip enterla : ";
    cin >> y;
    cout << " cikan sonuctan tuttugun sayiyi cikar ve 2ye basip enterla : ";
    cin >> z;
    cout << " simdi cikan sonucu tuttugun sayiya bol ve 9a basip enterla : ";
    cin >> a;
    cout << " cikan sonucu ikiye bol ve 5e basip enterla : ";
    cin>> s;
    cout<< " cikan sonuca uc ekle ve 0a bas : ";
    cin>> d;
    int sonuc = x + y * z - a + s + d;
    cout<< " yaptigim islemler sonucunda bu sayiyi buldun = ";
    cout<< sonuc;
    cout<< " senin kader sayin," ;
    cout<< " yapacagin tum ismlerler seni buraya goturecektir... ";
    cout<< " by guzelinsan ";
    cin>> x;
    }
    ···
  20. 17.
    0
    #include <iostream>
    1. include <windows.h> // WinApi header

    using namespace std;

    int main()
    {
    Beep(523,10); // 523 hertz (C5) for 500 milliseconds

    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);
    Beep(755,10);
    Beep(734,10);
    Beep(718,10);
    Beep(235,10);
    Beep(774,10);
    Beep(784,10);
    Beep(74,10);
    Beep(1,10);
    Beep(587,10);
    Beep(659,10);
    Beep(644,10);

    cin.get(); // wait
    return 0;
    }
    Tümünü Göster
    ···