User profile: chameleon

User info
User name:chameleon
Location:Greece
Bio:Army Corps of Engineer
History
Joined:
Number of posts:57
Latest posts:

reference collapsing problem
Yes it is. [code]ar1 + ar2[/code] must call C1 = const C1& + const C2& because ar1,ar2 are lvalues. ...

reference collapsing problem
The following code is self explanatory. I use many container<arithmetic> structures as algebra vect...

SFINAE of incomplete types
Complete rewrite of code. It is working now. [code]#include <iostream> #include <vector> #include <...

Im new here, i need help. :(
[code]#include <iostream> #include <cmath> double inflation(double start, double percent, int years...

SFINAE of incomplete types
My head will explode. I don't find anything wrong in the following code. Output must be: [output]...