- 1.
-
2.
+4 -1c++ kısaltmasıyla çok sağlam huur çocuğu bir programdır. printf ile yazın yazacaklarınızı. döngü möngü yapmayın kafam bulanıyor.
-
3.
+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.
-
4.
+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;
} -
5.
+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.
-
6.
+1nesne yönelik, dünyanın en çok bilinen, uygulanan programlama dilidir.
-
7.
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 -
8.
0kayıt türü ne bunun??
-
9.
+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;
} -
10.
0ccc# giber
-
11.
0lisede MikroC denen bir program vardı la onun abisi felan mı bu ?
-
12.
0@6 şikmiş
-
13.
0Zor diyenlere aldırmayın severek ve ilgiyle çalışırsanız çok bir olayı yok
-
14.
03. senedir alıyorum amk.
-
15.
0öyle böyle değil baya zor.
-
16.
0gibeyim bu dili de segmentation fault unu da anasını da...
-
17.
0#include <stdio.h>
int main()
{
printf ("ccc inci giber cccn");
} -
18.
+1 -1programın dibidir ama c# her türlü giber atar orası ayrı...
-
19.
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;
} -
20.
0adamı çelik gibmiş beyler
-
ccc rammstein ccc günaydın diler 28 01 2025
-
vikings şu acayipe çaylak at artık sol frameyi
-
dünyadan 100 bin kilometre uzaklıkta kuş
-
öyle boş şeylerle enerjimi harcıyorum ki
-
geldim suku icin sende biraz
-
tırrık kafayı tırlatmış kişiye denirr
-
iki gündür yataktan ilk defa kalktım
-
zalinazurt tayyibin adayı kim
-
adamın suratı taşağa benziyor ama
-
inci sözlük internetin göd deliğidir
-
zakinazurt sen şeriat istiyorsan
-
üveyit baba burda servet yatıyor
-
bugun puberte gibiyim
-
elimizde bir fatih altaylı kaldı
-
dünyada yaşam başlamadan önce
-
beyler bazen lanetlendiğimi düşünüyorum
-
kız arkadaş yanında osbir çekmenin raconu nedir
-
benim ne zaman sevgilim olacak ybaaaa
-
ağzına ampul sokann karı
-
gececi tayfa nerede lan bugün
-
zalinazurt chp bu sefer kazanırsa
-
nizami 24 barfix
- / 1