Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 23:12:47 +0000



Post From: persistant array of structs

[2015-10-16 21:00:25]
KhaosTrader - Posts: 128
Hi,

I believe got my array of structs to work, thanks ....

I have 2 other questions.

1) if I want to just have a persistent integer for a counter or something, should I use the same code structure?

2) If I want to have a collection of classes or array of classes, rather than an array of structs, could I use the structure you recommended me for structs for that?

Thanks