Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 10:21:39 +0000



Post From: Mutiple C Files in Study

[2020-05-17 08:12:52]
Ackin - Posts: 1865
Use a Function calls (as when you call, for example, the moving average sierrachart).. You have individual functions in another file and you link them to the current project using header files (xxxxx.h) In the declaration as well as the header files of Sierrachart. Always do this if you use something repeatedly. I have libraries with 45-80 thousand lines of code so I understand exactly what you are writing about.

..in the worst case, call the Void blocks of the program (this will not save anything in memory, but someone will solve the clarity of the code)
Date Time Of Last Edit: 2020-05-17 08:14:28