Pointer assignment ErrorHi, The source code is just a snippet for educational purpose only. As ResidentBiscuit said: "now ...
Pointer assignment ErrorThanks a lot. But What to do to solve it? [code] std::string myString = "TEST"; myClass->field1...
Pointer assignment ErrorHi, Suppose this code snippet: [code] class myClass { public: std::string* field1; ...
LONG64* valueAwesome!! Thanks cire! Best regards.
LONG64* valueHi, This is a code snippet of a class: [code] class ns1__alumno { public: LONG64* id; //etc....
This user does not accept Private Messages