Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (TipmyPip, AndrewAMD, dBc, clonman), 18,621 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Loading .t6 history in C++ #486343
08/03/22 18:29
08/03/22 18:29
Joined: Aug 2021
Posts: 101
M
MegaTanker Offline OP
Member
MegaTanker  Offline OP
Member
M

Joined: Aug 2021
Posts: 101
Hello, wanted to ask if I could find out exactly what is in those .t6 files. The T6 struct is included in one of the headers, but how are structs encoded in the binary files? A simple array, or a vector or something else? It would be nice if I could load them directly in my own C++ code instead of converting them to CSV before reading them again.

Re: Loading .t6 history in C++ [Re: MegaTanker] #486344
08/03/22 18:42
08/03/22 18:42
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
It’s nothing more than an array of T6 structs, sorted from newest (position 0) to oldest (position N-1).

Struct alignment can be 4 or 1.

Re: Loading .t6 history in C++ [Re: MegaTanker] #486345
08/03/22 19:52
08/03/22 19:52
Joined: Aug 2021
Posts: 101
M
MegaTanker Offline OP
Member
MegaTanker  Offline OP
Member
M

Joined: Aug 2021
Posts: 101
Got it, will try that, thanks.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1