Üye Girişi
x

Giriş Başarılı.

Yanlış Bilgiler.

E-mail adresinizi doğrulamalısınız.

Facebook'la giriş | Kayıt ol | Şifremi unuttum
İletişim
x

Mesajınız gönderildi.

Mesajınız gönderilemedi.

Güvenlik sorusu yanlış.

Kullandığınız Sosyal Medyayı Seçin
Yeni Klasör 8 yıldır sizin için en güvenli hizmeti veriyor...

Teknoloji dünyasındaki son gelişmeler ve sürpriz hediyelerimiz için bizi takip edin.

Sehir kodlari

> 1 <

MaYK
Graphic Designer

grup tuttuğum takım
Albay Grup
Hat durumu Cinsiyet Özel mesaj 6061 ileti
Yer: Samsun
İş:
Kayıt: 24-02-2007 08:21

işletim sistemim [+][+3][+5] [-]
kırık link bildirimi Kırık Link Bildir! #311103 22-07-2008 13:20 GMT-1 saat    
Kodlari yazip sehirleri görmenizi saglayan basit bir kod.

Kod:
#include <iostream>

#include <cstdlib>

#include <string>

using namespace std;



int main()

{

    int kod;

    string strIsim,strIl;

    cout << "Merhaba sayin kullanici........." "\n";

    cout << "Bu program sizin il kodlarindan sehirlerimizi gormenizi saglamak amaciyla yapil-mistir... ""\n"<<"\n"<<"\n";

    cout << "lutfen ogrenmek istediginiz ilin trafik kodunu giriniz : " "\n";

    cin >>kod;

    switch(kod)

   {

     case 1:

       strIl= "Adana";

       break;

     case 2:

       strIl= "Adiyaman";

       break;

     case 3:

       strIl= "Afyon";

       break;

     case 4:

       strIl= "Agri";

       break;

     case 5:

       strIl= "Amasya";

       break;

     case 6:

       strIl= "Ankara";

       break;

     case 7:

       strIl= "Antalya";

       break;

     case 8:

       strIl= "Artvin";

       break;

     case 9:

       strIl= "Aydin" ;

       break;

     case 10:

       strIl= "Balikesir";

       break;

     case 11:

       strIl= "Bilecik";

       break;

     case 12:

       strIl= "Bingöl";

       break;

     case 13:

       strIl= "Bitlis";

       break;

     case 14:

       strIl= "Bolu";

       break;

     case 15:

       strIl= "Burdur";

       break;

     case 16:

       strIl= "Bursa";

       break;

     case 17:

       strIl= "Canakkale";

       break;

     case 18:

       strIl= "Cankiri";

       break;

     case 19:

       strIl= "Corum";

       break;

     case 20:

       strIl= "Denizli";

       break;

     case 21:

       strIl= "Diyarbakir";

       break;

     case 22:

       strIl= "Edirne";

       break;

     case 23:

       strIl= "Elazig";

       break;

     case 24:

       strIl= "Erzincan";

       break;

     case 25:

       strIl= "Erzurum";

       break;

     case 26:

       strIl= "Eskisehir";

       break;

     case 27:

       strIl= "Gaziantep";

       break;

     case 28:

       strIl= "Giresun";

       break;

     case 29:

       strIl= "Gumushane";

       break;

     case 30:

       strIl= "Hakkari";

       break;

     case 31:

       strIl= "Hatay";

       break;

     case 32:

       strIl= "Isparta";

       break;

     case 33:

       strIl= "Icel";

       break;

     case 34:

       strIl= "Istanbul";

       break;

     case 35:

       strIl= "Izmir";

       break;

     case 36:

       strIl= "Kars";

       break;

     case 37:

       strIl= "Kastamonu";

       break;

     case 38:

       strIl= "Kayseri";

       break;

     case 39:

       strIl= "Kirklareli";

       break;

     case 40:

       strIl= "Kirsehir";

       break;

     case 41:

       strIl= "Kocaeli";

       break;

     case 42:

       strIl= "Konya";

       break;

     case 43:

       strIl= "Kutahya";

       break;

     case 44:

       strIl= "Malatya";

       break;

     case 45:

       strIl= "Manisa";

       break;

     case 46:

       strIl= "K.Maras";

       break;

     case 47:

       strIl= "Mardin";

       break;

     case 48:

       strIl= "Mugla";

       break;

     case 49:

       strIl=  "Mus";

       break;

     case 50:

       strIl= "Nevsehir";

       break;

     case 51:

       strIl=  "Nigde";

       break;

     case 52:

       strIl= "Ordu";

       break;

     case 53:

       strIl= "Rize";

       break;

     case 54:

       strIl= "Sakarya";

       break;

     case 55:

       strIl= "Samsun";

       break;

     case 56:

       strIl= "Siirt";

       break;

     case 57:

       strIl= "Sinop";

       break;

     case 58:

       strIl= "Sivas";

       break;

     case 59:

       strIl= "Tekirdag";

       break;

     case 60:

       strIl= "Tokat";

       break;

     case 61:

       strIl= "Trabzon";

       break;

     case 62:

       strIl=  "Tunceli";

       break;

     case 63:

       strIl= "Sanliurfa";

       break;

     case 64:

       strIl= "Usak";

       break;

     case 65:

       strIl=  "Van";

       break;

     case 66:

       strIl= "Yozgat";

       break;

     case 67:

       strIl= "Zonguldak";

       break;

     case 68:

       strIl= "Aksaray";

       break;

     case 69:

       strIl= "Bayburt";

       break;

     case 70:

       strIl= "Karaman";

       break;

     case 71:

       strIl= "Kirikkale";

       break;

     case 72:

       strIl= "Batman";

       break;

     case 73:

       strIl= "Sırnak";

       break;

     case 74:

       strIl= "Bartın";

       break;

     case 75:

       strIl= "Ardahan";

       break;

     case 76:

       strIl= "Igdır";

       break;

     case 77:

       strIl= "Yalova";

       break;

     case 78:

       strIl= "Karabük";

       break;

     case 79:

       strIl= "Kilis";

       break;

     case 80:

       strIl=  "Osmaniye";

       break;

     case 81:

       strIl= "Duzce";

       break;

       default:

       strIl= "Oha cuuuuuus ayiiii";

     }



      cout << "Ilinizin Ismi: " << strIl << "\n";

      cout << "Yardim edebildiysem ne mutlu\n"<<"\n"<<"\n"<<"\n"<<"\n"<<"\n"<<"\n"<<"\n<";



        system("pause");

         return 0;

   }

Bunu ilk beğenen siz olun

Hata Oluştu


Ulaşmak isteyen arkadaşlar mesaj atabilirler...

Assasin

grup tuttuğum takım
Binbaşı Grup
Hat durumu Cinsiyet Özel mesaj 2082 ileti
Yer: Manhattan
İş: Öğrenci
Kayıt: 25-03-2006 08:01

işletim sistemim [+][+3][+5] [-]
#311127 22-07-2008 15:17 GMT-1 saat    
thanks..

Bunu ilk beğenen siz olun

Hata Oluştu



MaYK
Graphic Designer

grup tuttuğum takım
Albay Grup
Hat durumu Cinsiyet Özel mesaj 6061 ileti
Yer: Samsun
İş:
Kayıt: 24-02-2007 08:21

işletim sistemim [+][+3][+5] [-]
#311135 22-07-2008 16:22 GMT-1 saat    
Ne thanks ne ? Az Türkçe konuşalım kardeşim nedir bu igilizce merakı.

Bunu ilk beğenen siz olun

Hata Oluştu


Ulaşmak isteyen arkadaşlar mesaj atabilirler...

spedy_jack

grup tuttuğum takım
Çavuş Grup
Hat durumu Cinsiyet Özel mesaj 222 ileti
Yer: im Böyle Forumu Ben :)
İş: inizden Bize ne :)
Kayıt: 10-03-2007 10:03

işletim sistemim [+][+3][+5] [-]
#313444 30-07-2008 07:45 GMT-1 saat    
Katılıyorum.Türkçe TURKCHE leşmesin

Bunu ilk beğenen siz olun

Hata Oluştu




bağlantıyı göster (facebook ile) bağlantıyı göster (klasik üye girişi ile) Bu Gruptaki Herkese Büyük Bir Alkış İstiyorummm




bağlantıyı göster (facebook ile) bağlantıyı göster (klasik üye girişi ile) çσ¢υкℓυğυηυzυ тєкяαя уαşαмαк, gяυвυмυzα кαтıℓмαк ιçιη тıкℓαуıη
> 1 <