home   |   contact us   |   sitemap   |   advertising Free Online Games
Free MMORPG

The Free MMORPG Games- Free MMORPG - P2P Games - Open Beta - Closed Beta - Browser Based - Non-English - Other Free Games - Top 50


Go Back   Onrpg Free MMORPG Forums > Development > General Programming

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 02-12-2007, 08:29 AM   #31 (permalink)
Retired Staff
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,025
MMOFaces Profile: None Yet
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-20-2007, 01:21 PM   #32 (permalink)
Marios's Mustache Wax
 
Join Date: Jan 2007
Posts: 19
Reputation: 10
MMOFaces Profile: None Yet
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 01:33 PM. Reason: -=Doublepost=-
Lonelywolf is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-30-2007, 08:33 PM   #33 (permalink)
Wand of !!!!!!11!!! Power
 
AtomSlap's Avatar
 
Join Date: Nov 2006
Location: Brokeback Mt.
Posts: 727
Reputation: 8
MMOFaces Profile: None Yet
Default

TLM, for such a small example for C++ it was unbelievably sloppy -.- lol.
AtomSlap is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2007, 04:26 AM   #34 (permalink)
Retired Staff
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,025
MMOFaces Profile: None Yet
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-04-2007, 08:27 PM   #35 (permalink)
Marios's Mustache Wax
 
sylvan's Avatar
 
Join Date: Jun 2007
Location: Alberta, Canada
Posts: 6
Reputation: 10
MMOFaces Profile: None Yet
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-11-2007, 05:11 AM   #36 (permalink)
McFox Sandwich
 
Join Date: Jul 2006
Posts: 466
Reputation: 10
MMOFaces Profile: None Yet
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-11-2007, 11:13 AM   #37 (permalink)
Retired Staff
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,025
MMOFaces Profile: None Yet
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-11-2007, 05:03 PM   #38 (permalink)
McFox Sandwich
 
Join Date: Jul 2006
Posts: 466
Reputation: 10
MMOFaces Profile: None Yet
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-16-2007, 03:52 AM   #39 (permalink)
Ride em’ Yoshi
 
CharterB's Avatar
 
Join Date: May 2006
Location: Oklahoma
Posts: 175
Reputation: 11
MMOFaces Profile: None Yet
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;
}
__________________
If life gets ya down, turn around and face it - Me
CharterB is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-16-2007, 03:50 PM   #40 (permalink)
Retired Staff
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,025
MMOFaces Profile: None Yet
Default

They are both now FiXeD.
TwitcH is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Forum Jump


All times are GMT. The time now is 08:34 PM.

Forums Section List
Main Category Free Games Online Games Upcoming Games Online Games Upcoming Games
General Free MMORPG Fiesta Online    Maple Story Guides Trickster DOMO - Dream of Mirror Online
RolePlaying Free MMO & MMOFPS Conquer Online    Maple Story Buy/Sell/Trade WarRock Online Seal Online
Newbie Zone Korean/Foreign Games DragonGem Lunia World of Warcraft Age of Armor
  Browser/MUDs FlyFF Ragnarok Online Other Games Exteel
  Single Player RPGs Ghost Online Rakion    Rappelz Infinity
  Free MMORPG Requests Guildwars Runescape    Final Fantasy XI Cabal Online
    Gunz Online Scions of Fate (YulGang)    Goonzu Online Granado Espada
    Maple Story Silkroad    Gunbound Nostale



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Onrpg, Copyright ©2003-2007, BlueCastle Media

Copyright © 2004-2007 BlueCastle Media