-
36.
0utanmadan öldü diyorlar.
-
35.
0Zor diyenlere aldırmayın severek ve ilgiyle çalışırsanız çok bir olayı yok
-
34.
0öyle böyle değil baya zor.
-
33.
-1ömür törpüsü bir dil
-
32.
-1ccc c ccc
ccc c++ ccc -
31.
0gibeyim bu dili de segmentation fault unu da anasını da...
-
30.
0#include <stdio.h>
int main()
{
printf ("ccc inci giber cccn");
} -
29.
0Programlama 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 -
28.
+1nesne yönelik, dünyanın en çok bilinen, uygulanan programlama dilidir.
-
27.
+1bazı 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.
-
26.
+1 -1programın dibidir ama c# her türlü giber atar orası ayrı...
-
25.
03. senedir alıyorum amk.
-
24.
+3Sö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.
-
23.
0@6 şikmiş
-
22.
0lisede MikroC denen bir program vardı la onun abisi felan mı bu ?
-
21.
0ccc# giber
-
20.
+1 -1#include <iostream>Tümünü Göster
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 (x0)
1 )
cout << "tanimsiz";
}
else if (sonuc
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;
} -
19.
0kayıt türü ne bunun??
-
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;
} -
17.
0#include <iostream>Tümünü Göster
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;
}
-
cfkrn adlı yazarın anasıylaa
-
olum bu iceceklerin neden gazı yok arıtk
-
bakircan sandığımızdan daha hayatsız biri olabilir
-
üstad sedat kapanoğlu
-
albay sen ilk geldifinde öğrenciydin de mi la
-
ben bir gün sevişirsem de
-
hayat artığı kız tavlama tavsiye
-
ben haric 19 adam var her biriniz
-
kamyoncu kamil amcılığıı
-
ferre kategoris nerde söyleyene 100 tl
-
29 temmuz 2025 karnımın acıkması
-
ismim herhangi bi şekilde yozgatla
-
arkadaslar yarranizi atmayin vikings kızıyor
-
minguziyi öldürenler
-
sıla eskiden ne güzel kadınmış
-
ben kürdüm askerlik benim neyime
-
mesaj atmak için çok yensiinn
-
escorta gitmeyin travestiye gidin
-
insanlar niye çoğalıyor
-
kız müslüman değilim diye konusmayi kesti
-
sözlük içi gibişebilen şanslı
-
kamyoncu abi instanbula ne zaman gelcen ya
-
iki gündür femboy entry giriyorum diye
-
ulu zombi bana borcun vardı
-
deniz akkaya 10 yıl sonra akrep nalanaa
-
taşaklarım takumu içiyorrrrrrr
-
işe git eve gel inciye gir instaya gir
-
kaptan kirk göğüs kılı
-
flood yapma az beyinli
-
bana ilk reis diyeni sağk kolum yapcam
- / 2