User profile: peamon

User info
User name:peamon
History
Joined:
Number of posts:7
Latest posts:

I'm Having Problem converting 24 hour into minutes
Yes you need to convert minutes. [code] extime = (extime / 100) * 100 + ( (extime % 100) * 100) / 60...

template processor. How to do ?
The solution i have found is that. What does you think about it ? [code] template<typename T, type...

template processor. How to do ?
Ok thanks. I was afraid by a anwser of this kind... for now i will force to use Copy of P or a point...

template processor. How to do ?
For typename T if i use int* this is to avoid copy of int (usefull if int is a bigger structure like...

template processor. How to do ?
The copy of PrintData.