On Thu, Jan 31, 2013 at 10:25 PM, Sven Barth
wrote:
> On 31.01.2013 19:55, ik wrote:
>>
>> Hello,
>>
>> What is the safest (no memory corruption etc...) way to use format
>> string, and by using '%P' pass a class memory address ?
>>
>> Does casting to Pointer good, or is it unsafe ?
>
>
> As Forma
On 31.01.2013 19:55, ik wrote:
Hello,
What is the safest (no memory corruption etc...) way to use format
string, and by using '%P' pass a class memory address ?
Does casting to Pointer good, or is it unsafe ?
As Format does not support objects being provided to it you MUST even
cast to Point