GreenMoney
GreenMoney
Friends

Add friends via their profile or user search and you will be able to see if they are online

GreenMoney
Added topic Question regarding encapsulating a private structure definition inside a class
Consider the following class definition: class TestClass {    struct SomeValues {        int val_one;        int val_two;        double val_three;
GreenMoney
Registered at MQL5.community
GreenMoney
Added topic Can someone explain this interesting phenomenon
I define x as a double, assign to x the value of 5 divided by 2, and then print x. See code below. double x = 5 / 2 ; Print ( "five divided by two is " , x); The result, as printed in the journal tab, is: 2012.05.06 18:12:28 2012.04.26 12:34 Range