Gönderen Konu: mrr sacmalaması  (Okunma sayısı 2690 defa)

mrr sacmalaması

« Yanıtla #15 : 08.12.2005 17:49:27 »
Hızlı düğmeleri aç

mrr

İleti: 402

Çevrimdışı
  • ****
  • Sr. Member
    • Profili Görüntüle
    • http://www.emre.co.uk
Alıntı
Originally posted by MaDpRoGrAmMeR@Dec 8 2005, 05:09 PM
#include
using namespace std;
typedef struct
{
  bool Breakpoint06;
} TO;

typedef struct
{
  TO to;
} COMING;

typedef struct
{
  COMING coming;
} ARE;

typedef struct
{
  ARE are;
} YOU;

typedef struct
{
  bool glad;
} BE;

typedef struct
{
  BE be;
} WILL;

typedef struct
{
  WILL will;
} I;

YOU you;
I i;

int main()
{
  cout << "are you coming to breakpoint Mrr?" << endl;
  cin >> you.are.coming.to.Breakpoint06;
  if(you.are.coming.to.Breakpoint06)
    i.will.be.glad = true;
  else
    i.will.be.glad = false;

  cout << "will i be glad? " << i.will.be.glad << endl;
  system("pause");

  return 0;
}
[post=3375]Quoted post[/post]
[/b]





mrr sacmalaması

« Yanıtla #16 : 08.12.2005 19:24:08 »
Hızlı düğmeleri aç

anesthetic

İleti: 403

Çevrimdışı
  • ****
  • Sr. Member
    • Profili Görüntüle
    • http://resident.tr-demoscene.info/
echo olm kendinize gelin
"C:lafSon İhtar.exe" || "C:kötekmeseodun.com"

mrr sacmalaması

« Yanıtla #17 : 09.12.2005 10:26:43 »
Hızlı düğmeleri aç

vigo


  • Ziyaretçi
Kod: [Seç]
10 A=15:FOR I = 0 TO 1:POKE 53280+I,A:NEXT
20 PRINT &quot;<CLRHOME><CTRL+1>&quot;
30 PRINT &quot;<HOME>MRR KAFAYI YEDI<SHIFT+Q>&quot;
40 PRINT &quot;<HOME>MRR KAFAYI YEDI<SHIFT+W>&quot;
50 GOTO 30