Thread
:
Magelo profile converter
View Single Post
#
17
08-04-2004, 09:59 AM
Cisyouc
Demi-God
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Quote:
Originally Posted by
hypershadow66
The website isnt working...
The last post to this thread was on...
Quote:
10-27-2002 05:04 PM
No, I wouldn't be suprised if the links weren't working lol.
__________________
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