Declare a Pointer to an int variable

 

Hello, I have written this simple chunk of code

   int *quotient;

But, when I try to compile, I got the following error:

'*'pointer cannot be use.

Is there a way to declare a pointer to an 'int' value  ?

 
MTx does not have pointers. It has handles to a class instance. No pointers to POD.
          Object Pointers - Data Types - Language Basics - MQL4 Reference