|
|
#31 (permalink) | |
|
Banned
Join Date: May 2006
Posts: 2,053
Reputation: 14
|
Quote:
![]() Keep em coming, soon (is normally not soon with me) I will update the Original Post with all these. |
|
|
|
|
|
#32 (permalink) |
|
Still learning the ropes
Join Date: Jan 2007
Posts: 21
Reputation: 10
|
VB.NET -> http://visualbasic.about.com/od/lear.../a/LVBE_L1.htm
That link allows you to learn about VB 2005 express edition, the free software available at microsoft.com Insturctions on d/l the environment are listed. A very good guide explaining Object Oriented Programming. Also a Free Newlsetter spam-proof is offered. Good luck learning VBE :-) Last edited by Lonelywolf; 02-20-2007 at 02:33 PM. Reason: -=Doublepost=- |
|
|
|
|
#35 (permalink) |
|
Marios's Mustache Wax
Join Date: Jun 2007
Location: Alberta, Canada
Posts: 6
Reputation: 10
|
Maybe list LPC? Common language used in client MUD's.
Found a couple decent resources so far: http://phantasmal.sourceforge.net/DGD/LPC/ http://www.mars.org/home/rob/docs/In.../chapter1.html http://www.lysator.liu.se/mud/lpc.html
__________________
|
|
|
|
|
#36 (permalink) |
|
McFox Sandwich
Join Date: Jul 2006
Posts: 463
Reputation: 10
|
I just noticed something. In the Perl example, shouldn't you include the shebang? Also for good practice, use warnings;.
To make it clear. Code:
#!/usr/bin/perl # Hello world in perl use warnings; print "Hello World!\n"; |
|
|
|
|
#37 (permalink) | |
|
Banned
Join Date: May 2006
Posts: 2,053
Reputation: 14
|
Quote:
|
|
|
|
|
|
#39 (permalink) | |
|
Bongo Crazy Kong
Join Date: May 2006
Location: Oklahoma
Posts: 217
Reputation: 11
|
Uhh theres a little error with that code you posted:
Quote:
__________________
Turn the End of Time into the Best of Time!
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|