Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
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
1 registered members (dBc), 17,435 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
Page 2 of 2 1 2
Re: How to declare/initialize an array of function pointers [Re: Zheka] #485880
05/02/22 12:43
05/02/22 12:43
Joined: Jul 2017
Posts: 787
Z
Zheka Offline OP
User
Zheka  Offline OP
User
Z

Joined: Jul 2017
Posts: 787
OK,clear. But why would it still work for alpha<=0.37?

Re: How to declare/initialize an array of function pointers [Re: Zheka] #485881
05/02/22 12:48
05/02/22 12:48
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
Probably undefined behavior that happened to work. It's usually best to avoid undefined behavior in the first place.

Re: How to declare/initialize an array of function pointers [Re: Zheka] #485882
05/02/22 13:08
05/02/22 13:08
Joined: Jul 2017
Posts: 787
Z
Zheka Offline OP
User
Zheka  Offline OP
User
Z

Joined: Jul 2017
Posts: 787
Just to understand: overloaded function resolution happens at compile time, and the sample code is 'deterministic' with respect to EMA(). Why would it then be 'undefined' behavior?


Btw: if the 2nd parameter is an int, rather than a var, all works fine...

Last edited by Zheka; 05/02/22 13:12.
Re: How to declare/initialize an array of function pointers [Re: Zheka] #485883
05/02/22 13:09
05/02/22 13:09
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
At compile time, your function prototype is wrong. This is why you need a wrapper.

Re: How to declare/initialize an array of function pointers [Re: Zheka] #485884
05/02/22 13:26
05/02/22 13:26
Joined: Jul 2017
Posts: 787
Z
Zheka Offline OP
User
Zheka  Offline OP
User
Z

Joined: Jul 2017
Posts: 787
Ah, ok, tx!

Page 2 of 2 1 2

Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1