Problem with doubleCan anyone tell me why this code return 28 : [code] double x = 0.29; int y = x * 100; return y; ...
Recursive templateSorry , I was wrong in my code. I want smth like that : [code] template<class TType, int X> class m...
Recursive templateI have a problem with recursive templates. [code] template<class TType, int X> class myclass{ ...
This user does not accept Private Messages