Thread
:
Arguments about Item Building Tutorial
View Single Post
#
6
12-15-2004, 09:00 AM
Cisyouc
Demi-God
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Ack!! Only problem I have with this tutorial..
Quote:
Download EQAdmin
That program is WAYY outdated. It really is better to use MySQL or if you do not know how to use it, MySQL-Front or MySQL Control Center.
__________________
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