Thread
:
ERROR- A TIMEOUT OCCURED
View Single Post
#
4
08-11-2004, 04:06 PM
Cisyouc
Demi-God
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Re: ERROR- A TIMEOUT OCCURED
Quote:
Originally Posted by
MCHENRY1962
I followed all instructions
Err... let me stop you there. In almost every board there is a post about this, in some a STICKY and on the front page of eqemulator.net.
You didn't read all the instructions.
__________________
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.
Cisyouc
View Public Profile
Send a private message to Cisyouc
Find all posts by Cisyouc