Thread
:
Well cya round eqemu
View Single Post
#
6
07-23-2004, 02:36 PM
Cisyouc
Demi-God
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Hmm
*ponders what I'd do in the same situation*
Living w/o Internet........Suicide....Living w/o internet.......Suicide....
Argh. I cant decide. Glad im not in your position.
__________________
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