PDA

View Full Version : Tribute System?


Swampdog
05-18-2004, 03:08 PM
Hey gang.. I'm assuming since I've seen posts here regarding the AA system not being finished yet that the Tribute system is in the same situation? Doing a search of tribute in the code I ran across a function that had void in front of it which I interpreted as making the system ignore it. (be patient with me, tryin to learn about this coding and db stuff.. been a while since I programmed - cobol, basic, dbase days.. lol)

If this is the case, have any of the other system ops been successful in coding the tribute system on their servers and willing to share the code/sql structures?

Derision
05-18-2004, 09:24 PM
Doing a search of tribute in the code I ran across a function that had void in front of it which I interpreted as making the system ignore it.

In C/C++ void just indicates that the function doesn't return a value.

Swampdog
05-19-2004, 02:35 AM
Heh... Told ya I'm learnin.. /blushes.. Thanks for the clarification. :)