Support Board
Date/Time: Wed, 05 Mar 2025 04:32:34 +0000
Post From: create a custom C++ class that manages trade/logic
[2022-01-09 02:42:48] |
User133994 - Posts: 80 |
All--thanks so much for your help. I'd rather not have to deal with StorageBlocks. I really didn't think to look for persistent pointers--found this example (WAY TOO COMPLEX) : \ACS_Source\RequestValuesFromServerAndDraw.cpp ;and, I saw the very limited documentation on the website. Really grateful for norvik_ 's simple example--excellent. Looks like I'll have to use new and delete--as long as norvik's example is sufficient. Bet_More_Tim--I downloaded your code--very amazing endeavour--again, too complex for my approach--but I definitely like the c++ classes. |