Support Board
Date/Time: Sat, 15 Mar 2025 22:17:44 +0000
Post From: SCStudyFunctions.cpp modification of funcitons
[2022-07-27 17:55:29] |
JohnR - User831573 - Posts: 320 |
I'm not an expert C++ dev, I'm self taught, but I create many of my own studies. I would keep your 'stuff' out of files that are part of SC. They may update them from time to time, and your updates would be lost. I create my own .DLL for all of my code. You can create your own header files if you have structures, or other 'things'. Just one opinion. There are others here that are much better than me at this. I'm slowly getting better. JohnR |