EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::News (https://www.eqemulator.org/forums/forumdisplay.php?f=615)
-   -   Update to live and a request (https://www.eqemulator.org/forums/showthread.php?t=13664)

kathgar 05-09-2004 07:17 AM

Update to live and a request
 
There should be a new release in testing soon, that will work with the latest EQLive patch. We are also are in need of programmers. We need people that have experience in c/c++. Experience with networking and threading is certainly a plus, but not required. If you are interested reply to this thread or PM image with examples of your work and a list of your skills.

Spike 05-09-2004 07:56 AM

I feel stupid for asking, but what can I do. I have borland C++ builder and I have never compiled a version. If you are desperate, you can take me in and try and teach me. Otherwhise, ignor me. :|

bUsh 05-09-2004 09:05 AM

I am very interested.

Examples, here:
http://www.eqemulator.net/forums/viewtopic.php?t=14676
http://www.eqemulator.net/forums/viewtopic.php?t=14726
http://www.eqemulator.net/forums/viewtopic.php?t=14759

I've used C++\java\C#\BASIC, I know html, xml, xsl and asp.net (some perl).

I've written a few C# chat applications which use network programming (sockets, packets, packet headers, I love that shit).

email is bush@headinapot.com

DrPlump 05-09-2004 09:40 AM

REM example program by drplump
CLS
INPUT "Who is the new dev" $newdev
IF $newdev="drplump" THEN PRINT "you win" ELSE PRINT "you suck at life"
END



lets remake eqemu in basic

rubyrhinosaur 05-09-2004 12:07 PM

ugh, means more dbs....

Quake_UHS 05-09-2004 07:41 PM

Hello, i'm on first year of Informatic Career. My knoweledge of C its normal, programming and this well, but not applications of internet. In C++ i just begin 2 months ago and i'm too newbie, but if you really need help tell me.

Level Programming: Newbie

Quake_UHS

quake_dh@hotmail.com


EXEMPLE of a program created 5 months ago, in C. (a bit part of the program). Is in spanoish the comments, because i'm I.

int *Crea_Check_Taulell(int files, int columna)
{
int *taulerauxiliar;
int i;

taulerauxiliar=(int*)malloc(files*columna*sizeof(i nt*));
if(taulerauxiliar==NULL)
{
printf("Error: la memoria no es pot reservar\n");
getche();
return (NULL);
}


for(i=0; i<(files*columna); i++)
{
taulerauxiliar[i]=0;
}

printf("\n%d\n", taulerauxiliar[0]);
return(taulerauxiliar);
}

cofruben 05-10-2004 03:09 AM

I have some knownledge of c++.I have added perl functions,ldon points system and some bugs fixes for my server.

mangoo 05-10-2004 03:24 AM

I r teh r0x0rs of j00r b0x0rs RAWR

smogo 05-10-2004 09:09 AM

#include <stdio.h>

int main(void){
printf("Hello wrold");
}
*** edit : crt0.o has default return *** :wink:

i hate C++. Been fiddling with that for ... 12 years. Behh, makes me sick :/, retired since 96.

What a bout a nice thing with garbage collection and dynamic linking ?

network : network IS the computer
threading : thought EQEMu was to compile on Windoze too ? :)

Nah, can't apply. Hope i can help EMu with some quest script kidding, it'd be a good start. G'luck folks :)

cofruben 05-10-2004 09:41 AM

Quote:

Originally Posted by smogo
#include <stdio.h>

int main(void){
printf("Hello wrold");
}

hey you forgot the return :D

NarutoLegacy 05-10-2004 12:02 PM

Heh, looks like reading billions of books paid off! I am also VERY interested. I will be releasing eqemu code fixed/addons soon also. I know intermediate c++ and php. I have full knowledge about running an eqemu server, dont know if that counts, well anyways heres a program I made for fun once for my friends. Very basic, but im guessing it could do the trick.

#include <iostream.h>

int main ()
{
char mybuffer [100];
cout << "Yo blu wat you need? [pot] [crack] [coke] ";
cin.getline (mybuffer,100);
cout << "So yo need sum " << mybuffer << "muthafucka?\n";
cout << "How much? ";
cin.getline (mybuffer,100);
cout << " " << mybuffer << " on its way!.\n";
return 0;
}

I know almost all of the commands. Just tell me where to apply them. I would help out more but im bad at finding bugs because everything looks so perfect to me :-)

KhaN 05-11-2004 08:47 AM

Im learning C++, actually modifying code for my server, i will help you guys ... in like 6 months :P

l33tninja 05-11-2004 06:10 PM

Hey.. I used to run my MUD way back in the day and coded that myself entirely in C/cpp so I know at least a little bit of what im doing and would like to help :)

Now, the basic networking structure was pre-done but i can write whole new systems/features without too much of a problem :P

Doodman 05-12-2004 02:16 AM

If you are interested in helping out and being a "dev" on the project, the best way to do it is to prove to us that you can.:
1) Get the code
2) Compile it
3) Find/fix bugs, improve performance, etc
4) Submit patches

cofruben 05-12-2004 03:09 AM

1) Get the code
2) Compile it
3) Find/fix bugs, improve performance, etc
4) Submit patches

I can do these things....I guess the four by CVS right?if yes,then I know how.


All times are GMT -4. The time now is 06:50 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.