Hello everyone how to process? There is something like is_set, is_object…
I need to check:
SomeClass *testObject;
//Like in mql4?
if(testObject === null){...}
if(!is_object(testObject)){...}
...
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
twg
Thank you all! It helped!
simakovva
Another moment. If the pointer is created on the stack, it initially points to an arbitrary memory address, so it will be correct
SomeClass *testObject=NULL;
igorm
using typename, you can get the text name of the variable type or the class name