Old 02-12-2007, 09:29 AM   #31 (permalink)
Banned
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,053
Reputation: 14
Default

Quote:
Originally Posted by naruto1327 View Post
I found a great one on DirectX:
http://www.directtutorial.com/index.php
Nice

Keep em coming, soon (is normally not soon with me) I will update the Original Post with all these.
TwitcH is offline  
Old 02-20-2007, 02:21 PM   #32 (permalink)
Still learning the ropes
 
Join Date: Jan 2007
Posts: 21
Reputation: 10
Default

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=-
Lonelywolf is offline  
Old 03-30-2007, 09:33 PM   #33 (permalink)
SuperKenshin's Servent
 
AtomSlap's Avatar
 
Join Date: Nov 2006
Posts: 1,025
Reputation: 32
Default

TLM, for such a small example for C++ it was unbelievably sloppy -.- lol.
AtomSlap is offline  
Old 03-31-2007, 05:26 AM   #34 (permalink)
Banned
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,053
Reputation: 14
Default

Quote:
Originally Posted by AtomSlap View Post
TLM, for such a small example for C++ it was unbelievably sloppy -.- lol.
Good job I did not write it then eh!

And just to be annoying, anything in C++ looks sloppy. >:]
TwitcH is offline  
Old 06-04-2007, 09:27 PM   #35 (permalink)
Marios's Mustache Wax
 
sylvan's Avatar
 
Join Date: Jun 2007
Location: Alberta, Canada
Posts: 6
Reputation: 10
Default

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
__________________
Sylvan
God of Destiny, Keeper of Legendary Creatures


Visit me at Realms of the Dragon!
sylvan is offline  
Old 06-11-2007, 06:11 AM   #36 (permalink)
McFox Sandwich
 
Join Date: Jul 2006
Posts: 463
Reputation: 10
Default

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";
Cj Shadows is offline  
Old 06-11-2007, 12:13 PM   #37 (permalink)
Banned
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,053
Reputation: 14
Default

Quote:
Originally Posted by Cj Shadows View Post
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";
Like I said I didnt write them, just grabbed a load off a hello world example site.
TwitcH is offline  
Old 06-11-2007, 06:03 PM   #38 (permalink)
McFox Sandwich
 
Join Date: Jul 2006
Posts: 463
Reputation: 10
Default

Ah, then they should fix it But I guess it isn't that important if it's just a quick example...
Cj Shadows is offline  
Old 06-16-2007, 04:52 AM   #39 (permalink)
Bongo Crazy Kong
 
Join Date: May 2006
Location: Oklahoma
Posts: 217
Reputation: 11
Default Error with code

Uhh theres a little error with that code you posted:

Quote:
Originally Posted by TLM View Post
C++
The "Successor" (pfft) to C.

Code:
// Hello World in C++ (pre-ISO)
 
#include <iostream.h>
main()
{
    cout << "Hello World!" << endl;
    return 0;
}
Here is a clean one: (trying not to confuse the new peeps that are learning)

Code:
#include <iostream>
int main()
{
     std::cout << "Hello World" << std::endl;
      return 0;
}
__________________
Turn the End of Time into the Best of Time!
CharterB is offline  
Old 06-16-2007, 04:50 PM   #40 (permalink)
Banned
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,053
Reputation: 14
Default

They are both now FiXeD.
TwitcH is offline  
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



All times are GMT. The time now is 06:47 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0
OnRPG, Copyright ©2003-2011, Game Entertainment Enterprises