Network Sites: FPSguru.com RTSguru.com UnboundGamer.com
Login:  Password:   Remember?  
Show Quick Gamelist Jump to Random Game
Games:607  Guilds:3,081
Members:1,597,511  Online:0
Guests:0  Posts:4,850,906
Sony Online Entertainment | Official Site
MMORPG | Genre:Fantasy | Status:Final  (rel 11/08/04)  | Pub:Sony Online Entertainment
PVP:Yes | Distribution:Download | Retail Price:n/a | Pay Type:Hybrid | Monthly Fee:n/a
Desktop Client | System Req: PC | ESRB:TOut of date info? Let us know!

Everquest II Forum » Guilds raquo; Has nothing to do with EQ2

2 posts found
  DemonPyro

Novice Member

Joined: 8/02/07
Posts: 14

_Kill of be Killed_

 
8/05/07 3:52:50 PM#1

I just started playing EQ2..the greatest game ever made, hands down..but any ways, i know this has nothing to do with everquest but i thought this wonderful community might be able to help me out!I'm an apprentice hacker/programmer, so far Ive only talked to one programmer..other than that Ive been learning by my self witch is the best way .. until now..if you have read this and r interested or have experience in the field id love some help/advice or Any ones input on program languages/soft wear, maby some one could hook me up?I don't have Any connections yet, sadly..but just thought some one in here might be into it....

sorry if I waisted anyones time

thx!

  mo0rbid

Novice Member

Joined: 4/15/07
Posts: 371

11/12/07 10:47:21 AM#2

My advice: learn c++, its widely used :P

 

a simple "hello world"

 

#include <stdlib.h>

#include <iostream>

using namespace std;

int main()

{

     cout << "Hello World!";

 

     system("pause");

     return 0;

}