Im actually analysing some cod and i found this
Ptr<UniformRandomVariable> m_yMinVar;
i have some c experience but no c++, what i understand is that the line declare a pointer call m_yMinVar and it's "type" <UniformRandomVariable>
where "UniformRandomVariable" must be a class in other cpp file but i really dnot know,
i would like to know exactly what's Ptr because my text editor reconizes it as a variable type
also "<>" i'm not sure thats that
and finaly if someone can share me a link where i can see operators and diferent kinds of declaring variables and coding types like " i++ = i+= i=i+1"
doodbye everybody and thank u all