Quote:
Originally Posted by Swampdog
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.