• en sempatik programlama kelimelerindendir. bir nesneye this diyerek ulasabilmek bir yakinlik, evdeymis hissi verir, rahatlatir insani.
  • c++'da bir class, struct ya da union icindeki fonksiyonlar tarafindan erisilebilir olan ve ait oldugu fonksiyon tarafindan cagirilan objeye point eden pointerin adi. (bkz: ne dedim ben simdi)
  • javascriptte constructor icindeki objeyi ifade eden kisaltma. (bkz: me)
  • http://yehudakatz.com/…unction-invocation-and-this/

    adresinden javascript'te nasıl şeedildiğini anlayabilirsiniz.
  • another day on earth isimli 2005 yılı brian eno albümünün açılış parçası. ilk notadan itibaren ele geçirici özelliğe sahip olduğundan, en son dinlenmesi önerilir. başka türlü albüm bitmiyor çünkü.

    this chord
    this water
    this son
    this daughter
    this day
    this time
    this land
    it's all mine

    this calling bell
    this forge bell
    this dark bell
    this the knife bell
    this calling
    this burden
    this falling
    the world's turning

    this what i thought i knew
    this what i thought was true
    this i understood
    this in the deep wood
    this ah there i stood a child so fair
    this on a certain square
    this down the dirty stairs
    this to see the table set
    this with golden chairs
    this ah to follow, follow, follow, follow there

    this race
    and this world
    this feeling
    and this girl
    this revolver
    this fire
    this i'll hold it up higher, higher, high
  • dili ingilizce olan message boardlarda ve forumlarda kullanılan %100 katılma sözcüğü. tercihen sonunda noktayla, "this." şeklinde kullanılır.

    (bkz: yukarıdaki entry'ye aynen katılıyorum)
    (bkz: +1)
  • seinfeld terminolojisinde arkada$ligi temsil eder..

    (bkz: this and that)
  • kullanmanın ne kadar gerekli olduğu tartışmalı olan c++ pointer'ı.
    bir örnekle açıklayalım.

    1 void classadi::setspeed(int mspeed)
    2 {
    3 mspeed=mspeed;
    4 mhalfspeed=mspeed/2;
    5 }

    bu durumda 3. satırdaki mspeed neyi gösteriyor? setpeed() metodunun parametresi mi, yoksa yaratılan objenin attribute'u mu?
    bu karışıklığı engellemek için this kullanılabilir.

    1 void classadi::setspeed(int mspeed)
    2 {
    3 this->mspeed=mspeed;
    4 mhalfspeed=makedouble(this->mspeed);
    5 }

    3. satırdaki "this->mspeed" objenin attribute'unu, "mspeed" ise metodun parametresini gösteriyor.
    gereksiz.

    dünyada variable ismi mi bitti ki aynı ismi kullanıyorsun be birader denmez mi. (bkz: smiley)
  • constructor overloading olayinda elzem olan kelime.
hesabın var mı? giriş yap