Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::General Discussion

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

Reply
 
Thread Tools Display Modes
  #1  
Old 07-10-2002, 09:45 AM
ednecro
Sarnak
 
Join Date: Jul 2002
Posts: 85
Default good grief. How can I help already?

All the help I have received on this site has been
so great. I just wish there was some other way I could contribute to this project besides bugging you guys with a bunch of dumb newbie questions
all the time.(I guess I could stop asking dumb questions for one.) I wish I could be a gimp but
My C++ is probably the furthest thing from 3l33T
you can get.

#include <iostream>

int main()
{
std::cout << "I suck ass!\n";
}

I just wish there was some kind of way to give back to this project aside from like sending large unmarked bills. Oh well, just want to let you guys know how much I appreciate what you do for those of us ex-eq addicts. Thanks again.:p
Reply With Quote
  #2  
Old 07-10-2002, 11:15 AM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

#include <iostream.h>

hehe, sorry, had to correct your small error :p I am so bored, lol
__________________
Punisher Mod
Diablo 2: LOD 1.09 and 1.10
Reply With Quote
  #3  
Old 07-10-2002, 12:12 PM
kathgar
Discordant
 
Join Date: May 2002
Posts: 434
Default

I hate to tell you, but
#include <iostream>
is not an error, that is ANSI complaint, could use a
using namespace std; though
and no
void main
use
int main(int argc, char** argv)
Reply With Quote
  #4  
Old 07-11-2002, 12:30 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

why use
int main
if you're not returning anything?
Reply With Quote
  #5  
Old 07-11-2002, 02:47 AM
ednecro
Sarnak
 
Join Date: Jul 2002
Posts: 85
Default ha!

Ha!! This was my point in the first place folks.
But thanks for the corrections, once again I get nothing but help.
Reply With Quote
  #6  
Old 07-11-2002, 03:50 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Hmm.. don't confuse 'help' and 'criticism' !

LOL
Reply With Quote
  #7  
Old 07-11-2002, 03:59 AM
ednecro
Sarnak
 
Join Date: Jul 2002
Posts: 85
Default amen to that...

dont worry, there is no confusion, one mans criticism is another mans knowledge. I would rather stick my neck out for knowledge at the risk of getting chopped rather then hide my head in the sand and know nothing. I believe that kind of bold "throw down the gauntlet and leap blindly into the void" attitude is what gets projects like this off the ground in the first place, and there are enough sceptics in this world already.
Reply With Quote
  #8  
Old 07-11-2002, 12:55 PM
strago
Fire Beetle
 
Join Date: May 2002
Posts: 14
Default

*shrug* if the compiler accepts it, its legal.
Reply With Quote
  #9  
Old 07-12-2002, 02:55 AM
ednecro
Sarnak
 
Join Date: Jul 2002
Posts: 85
Default ok here I made sure this compiles ;-)

#include <stdio.h>
int main(void)
{
printf("I must be really bored.");
return 0;
}
Reply With Quote
  #10  
Old 07-12-2002, 04:02 AM
kathgar
Discordant
 
Join Date: May 2002
Posts: 434
Default

The compiler DOES NOT accept it, it gives you nice warning for doing void main and such
Reply With Quote
  #11  
Old 07-12-2002, 04:04 AM
ednecro
Sarnak
 
Join Date: Jul 2002
Posts: 85
Default YOUR compiler does not accept it...

YOUR compiler does not accept it.
I used cl.exe from MS vis studio 6.0
so there.
Reply With Quote
  #12  
Old 07-12-2002, 06:21 AM
Wierdo99
Fire Beetle
 
Join Date: Feb 2002
Posts: 6
Default

#include <iostream>

using namespace std;

and then the

int main(int argc, char** argv)
{
// Your stuff here
return 0;
}

That is all the standard... the trick to it is to use a compiler like gcc or so that actually gives you warnings for non-standard code.

But that is all a moot point to this post
Reply With Quote
  #13  
Old 07-12-2002, 06:55 AM
ednecro
Sarnak
 
Join Date: Jul 2002
Posts: 85
Default it still helps

It is probably more updated code(or just a better way to do it), I think
the course I am taking is a bit outdated.
Reply With Quote
  #14  
Old 07-12-2002, 08:00 AM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

Look at what I started, LOL
__________________
Punisher Mod
Diablo 2: LOD 1.09 and 1.10
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 04:31 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3