Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-11-2004, 04:53 PM
Tzwizard
Sarnak
 
Join Date: Sep 2004
Location: HELL
Posts: 77
Default Junior Developer

Is the code supposed to Be Connected to Eq Emulator or just regular c++ ?
Reply With Quote
  #2  
Old 09-11-2004, 04:56 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Related to EQEMu. If you know how to print hello world but dont know jack about the EQEMu source you arent much of a junior developer.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote
  #3  
Old 09-11-2004, 04:59 PM
Tzwizard
Sarnak
 
Join Date: Sep 2004
Location: HELL
Posts: 77
Default

Quote:
Originally Posted by Cisyouc
Related to EQEMu. If you know how to print hello world but dont know jack about the EQEMu source you arent much of a junior developer.
Okie, Ill post some soon

O Btw, Someone Ban Gayfag~ / bbum :P hes annoying
Reply With Quote
  #4  
Old 09-11-2004, 05:01 PM
Tzwizard
Sarnak
 
Join Date: Sep 2004
Location: HELL
Posts: 77
Default

Code:
#include &lt;iostream> 
using namespace std; 
int main() 
{ 

int a = 319; 
int b; 
int c; 

cout&lt;&lt;"What is your password servant?"; 
cin>>b; 
{ if(b == a) 
cout&lt;&lt;"Find me my Onyx staff &amp; ill reward you."; 
} 
{ if(b != a) 
cout&lt;&lt;"Thank you for returning my life's work."; 
} 
cin>>c; 
return 0; 
}
Reply With Quote
  #5  
Old 09-11-2004, 05:31 PM
animepimp
Dragon
 
Join Date: Jan 2004
Posts: 860
Default

Yeah thats not related to the Emu at all. Its just random code that inputs and outputs. BY related to the Emu he meant bug fixes or new features added to the Emu source code so that the servers can be better.
Reply With Quote
  #6  
Old 09-11-2004, 06:53 PM
Tzwizard
Sarnak
 
Join Date: Sep 2004
Location: HELL
Posts: 77
Default

Ok, Thx you animepimp
Reply With Quote
  #7  
Old 09-12-2004, 05:50 AM
monalin crusader
Hill Giant
 
Join Date: May 2004
Posts: 238
Default

I advise you to learn how to c++ program very well before you attempt to post some fixes to eqemulatr. The major thing i suggest if you wish to be a junior dev is to spend alot of time looking through the EQEmu code. Even if your an excelent coder if you know nothing about how this program works you will always fail. Nobody who is a junior dev / dev is very new they have spent weeks and weeks working on code, also if you post too many more examples like the one about you will get a reputation of being a complete idiot and basicaly every time you post people will make fun of you so as a word of advice learn before you post, and make sure its something useful.

Second of all the code yo posted will not do anything at all whatsoever, i'll tell you why. First of all you dont need the

Code:
using namespace std;
second of all your syntax on the if statements is incorrect,

Code:
{ if(b == a)
cout&lt;&lt;"Find me my Onyx staff &amp; i'll reward you.";
}
should be

Code:
if(b == a){
cout&lt;&lt;"find me my Onyx staff &amp; i'll reward you.";
}
and unless you want it all on one line you need to put

Code:
 &lt;&lt; endl;
__________________
Ascending Dawn Server Op
Coder/Quester/Mysql
Reply With Quote
  #8  
Old 09-12-2004, 06:42 AM
daeken_bb
Discordant
 
Join Date: Mar 2003
Location: Chambersburg, PA
Posts: 469
Default

Actually, his code would compile... however, the {}s there do essentially nothing.

Also, he's reading into 'c' for no reason :P
__________________
Keep me unemployed and working on OpenEQ, PM me about donating

Check out my deviantART page at http://daeken.deviantart.com/
Reply With Quote
  #9  
Old 09-12-2004, 07:00 AM
Tzwizard
Sarnak
 
Join Date: Sep 2004
Location: HELL
Posts: 77
Default

Heh , I realized they developers were quitting left &amp; right...

just trying to help the community of Emulator! :P
Reply With Quote
  #10  
Old 09-14-2004, 02:06 PM
monalin crusader
Hill Giant
 
Join Date: May 2004
Posts: 238
Default

I wasnt bitching at you dude i was trying to stop all of the flaming on this post before it got started and save you the drama, if u got any questions about c++ many developers would gladly help you out i would also, best thing to do is talk to me in irc if u have problems because its too hard to communicate through the PM's.

My chat handle is Monalin so talk to me thre if u like to learn how to code better.
__________________
Ascending Dawn Server Op
Coder/Quester/Mysql
Reply With Quote
  #11  
Old 09-15-2004, 12:43 AM
Tzwizard
Sarnak
 
Join Date: Sep 2004
Location: HELL
Posts: 77
Default

Thx Monalin, Ill do that on mmmmm friday...

Ill be on late though, skool thing going on so i gtg to that...... so see ya on friday! ! !
__________________
I create new accounts cause I keep gettin banned. I wonder why?
Reply With Quote
Reply


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

Forum Jump

   

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


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3