VGF - Discuss Stuff and Games  

Welcome to the VGF - Discuss Stuff and Games forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   VGF - Discuss Stuff and Games > VGF.com - Forums > Misc. Forum
Cheat Codes Arcade-(277 Games) RPG Donate Member Forums Daily Crossword Puzzle

Reply
 
Thread Tools
Old 02-27-2008, 07:54 AM   #21
 
GRENTLEMEN's Avatar
 
Join Date: Aug 2002
Location: I rub my tilde all over your asterisk
Gender: Undisclosed
Posts: 15,886
Thanks: 456
Thanked 1,151 Times in 628 Posts
Points: 6,536.33
Bank: 1,830,360.28
Total Points: 1,836,896.61
BUT.. BUT... I TRIED SO HARD TO REMEMBER. D:





.. I don't think I've written any sort of code since 2001. Use it or lose it.


setvar tmlnutskicked = 0
setvar jealousy = 1

LOOP

IF $location = "at gdc"
THEN tmlnutskicked = tmlnutskicked + jealousy

RUN LOOP

Last edited by GRENTLEMEN; 02-27-2008 at 08:06 AM.
GRENTLEMEN is offline   Reply With Quote
Old 02-27-2008, 07:54 AM   #22
Senior Member
 
Join Date: Aug 2007
Location: Here's a hint: There are people here.
Gender: Undisclosed
Posts: 3,048
Thanks: 105
Thanked 97 Times in 64 Posts
Blog Entries: 3
Points: 3,376.72
Bank: 0.00
Total Points: 3,376.72
Quote:
String::Compare( TML, Win)

if( TML = Win )
MessageBox::Show(U HAS GR8T JOB!);

else
intWrong += 1;

return;
I am nobody is offline   Reply With Quote
Old 02-27-2008, 07:41 PM   #23

The Grinnie Fool! ♥
VGFCodes Staff
 
Heroine of the Dragon's Avatar
 
Join Date: Jul 2000
Location: In a pretty place surrounded by sparkly faerie dust!!
Gender: Undisclosed
Posts: 27,545
Thanks: 241
Thanked 258 Times in 190 Posts
Blog Entries: 1
Points: 17,215.88
Bank: 1,906,558.86
Total Points: 1,923,774.74
AWESOME PICS, BRO!!! I am so glad you had a great time!!!
Heroine of the Dragon is offline   Reply With Quote
Old 02-28-2008, 02:26 AM   #24
Professional Lurker
 
The Missing Link's Avatar
 
Join Date: Dec 2000
Location: New Hyrule, Washington, US
Gender: Male
Posts: 15,575
Thanks: 80
Thanked 183 Times in 110 Posts
Points: 6,779.45
Bank: 55,328.64
Total Points: 62,108.09
Quote:
Originally Posted by McSARS DOUBLE SARS View Post
setvar tmlnutskicked = 0
setvar jealousy = 1

LOOP

IF $location = "at gdc"
THEN tmlnutskicked = tmlnutskicked + jealousy

RUN LOOP
This probably won't compile, but it should be close. XD

Code:
ref class BestProgramEvar : public System::Windows::Forms::Form {
public:
  BestProgramEvar() : System::Windows::Forms::Form() {
    System::Windows::Forms::Label^ pLabel = gcnew System::Windows::Forms::Label;
    pLabel->Text = "Look @ me!  I'm at GDC!";
    pLabel->Location = System::Drawing::Point(0, 0);
    pLabel->Size = System::Drawing::Size(200, 50);

    System::Windows::Forms::Button^ pButton = gcnew System::Windows::Forms::Button;
    pButton->Text = "I don't wanna hear it anymore, TML!";
    pButton->Location = System::Drawing::Point(0, 50);
    pButton->Size = System::Drawing::Size(200, 50);
    pButton->Click += gcnew System::Windows::Forms::EventHandler(&BestProgramEvar::CloseForm);
    pButton->MouseOver += gcnew System::Windows::Forms::MouseEventHandler(&BestProgramEvar::Haha);

    this->Contents->Add(pLabel);
    this->Contents->Add(pButton);
    this->Size = System::Drawing::Size(200, 100);
    this->Show();
  }

protected:
  ~BestProgramEvar() {}

private:
  void CloseForm(System::Object^, System::EventArgs^) {
    this->Close();
  }

  void Haha(System::Object^, System::Windows::Forms::MouseEventArgs^ pArgs) {
    this->Location = System::Drawing::Point(pArgs->X, pArgs->Y);
    // can't touch the button; sucks to be you!
  }
};

[System::STAThread]
int main(cli::array<System::String^>^)
{
  BestProgramEvar^ pWindow = gcnew BestProgramEvar;
  pWindow->Run();
}

Last edited by The Missing Link; 02-28-2008 at 02:35 AM.
The Missing Link is offline   Reply With Quote
Old 02-28-2008, 06:51 AM   #25
 
GRENTLEMEN's Avatar
 
Join Date: Aug 2002
Location: I rub my tilde all over your asterisk
Gender: Undisclosed
Posts: 15,886
Thanks: 456
Thanked 1,151 Times in 628 Posts
Points: 6,536.33
Bank: 1,830,360.28
Total Points: 1,836,896.61
I get the gist of it, but I don't actually recognize the language. Dizzam.
GRENTLEMEN is offline   Reply With Quote
Old 02-28-2008, 12:06 PM   #26
Professional Lurker
 
The Missing Link's Avatar
 
Join Date: Dec 2000
Location: New Hyrule, Washington, US
Gender: Male
Posts: 15,575
Thanks: 80
Thanked 183 Times in 110 Posts
Points: 6,779.45
Bank: 55,328.64
Total Points: 62,108.09
It's C++/CLR... or rather, the version of C++ that M$ developed to parallel C# (i.e., it's basically C# but written to look more like C++).
The Missing Link is offline   Reply With Quote
Old 02-29-2008, 07:55 PM   #27
 
GRENTLEMEN's Avatar
 
Join Date: Aug 2002
Location: I rub my tilde all over your asterisk
Gender: Undisclosed
Posts: 15,886
Thanks: 456
Thanked 1,151 Times in 628 Posts
Points: 6,536.33
Bank: 1,830,360.28
Total Points: 1,836,896.61
That sounds like a real bastard of a language to use.
GRENTLEMEN is offline   Reply With Quote
Old 02-29-2008, 08:10 PM   #28
Vibrates On Command
 
Kargath's Avatar
 
Join Date: Jul 2001
Location: kargath64.deviantart.com
Gender: Male
Posts: 4,386
Thanks: 345
Thanked 100 Times in 84 Posts
Blog Entries: 1
Points: 8,906.18
Bank: 180,138.67
Total Points: 189,044.85
I dislike JIT languages. :/
(Though I *love* the debugging capabilities of VB.net )
__________________
Why is it drug addicts and computer afficionados are both called users?
-Clifford Stoll
Kargath is offline   Reply With Quote
Old 02-29-2008, 08:14 PM   #29


*Admin*
"mine.. not yours. NO. MINE."

Epic Ladynerd
 
Saria Dragon of the Rain Wilds's Avatar
 
Join Date: Jul 2000
Location: Forteresse de Valois
Gender: Female
Posts: 23,314
Thanks: 220
Thanked 306 Times in 192 Posts
Points: 61,478.06
Bank: 116,298.67
Total Points: 177,776.74
neeeeerrrrrrrrrds <3

I totally wish I knew how to code, then I could be a nerd too
Saria Dragon of the Rain Wilds is offline   Reply With Quote
Old 02-29-2008, 08:22 PM   #30
Mod of War
 
Booyakasha's Avatar
 
Join Date: Nov 2000
Location: Wisconsinland
Gender: Male
Posts: 6,812
Thanks: 75
Thanked 340 Times in 221 Posts
Points: 9,954.64
Bank: 20,637.07
Total Points: 30,591.71
10 PRINT "TML IS A POOP"
20 GOTO 10

Awww yeah. Back to the BASICs, baby.
__________________
Boo--the only dude bad enough to rescue the president
Booyakasha is offline   Reply With Quote
Old 02-29-2008, 08:30 PM   #31
Vibrates On Command
 
Kargath's Avatar
 
Join Date: Jul 2001
Location: kargath64.deviantart.com
Gender: Male
Posts: 4,386
Thanks: 345
Thanked 100 Times in 84 Posts
Blog Entries: 1
Points: 8,906.18
Bank: 180,138.67
Total Points: 189,044.85
*shudder* line numbering...
__________________
Why is it drug addicts and computer afficionados are both called users?
-Clifford Stoll
Kargath is offline   Reply With Quote
Reply

Bookmarks
 


Thread Tools

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Points Per Thread View: 1.00
Points Per Thread: 15.00
Points Per Post: 5.00


All times are GMT -5. The time now is 02:41 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 1999-2007 VGF.com. All Rights Reserved. All content contained herein is property of VGF, Inc. VGF is not affiliated with any video game companies. Logos, trademarks, names, images, etc. are property of their respective companies.
Page generated in 0.13701 seconds with 13 queries