This is nearly an exact copy of an example someone posted on these forums a while back. In that example nothing was static.
My problem is calling either of the elapsed functions looks to be returning a memory address, even though as far as I can tell that is not what count should be returning. Creating everything as a normal struct with no static members causes everything to work as expected. I can't figure out what's going wrong here.
> My problem is calling either of the elapsed functions looks to be returning a memory address
- you may have been calling the function incorrectly
- you may be misinterpreting the symptoms