User profile: balajiram

User info
User name:balajiram
Name:Balaji Ramasubramanian
Location:USA
History
Joined:
Number of posts:8
Latest posts:

Explicit Template Instantiation
Ok I got it. Sorry. Here is what I had to finally do: [code]template <int N> class vector { p...

Explicit Template Instantiation
I have tried it. Here is what I did: [code]template <int N> class vector { public: double b...

Explicit Template Instantiation
Please refer the article: http://www.cplusplus.com/forum/articles/14272/ I am using the method de...

Protected static members - Linker error
Thanks for asking me to check it. I think it works. Here is the main() function: [code]int main...

Protected static members - Linker error
ne555, I guess you'll have to say: [code]double hydro::mass = 1;[/code] Btw, I like your metho...