top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

C++: Why templates can be implemented in the header file only?

+2 votes
302 views
C++: Why templates can be implemented in the header file only?
posted Nov 14, 2013 by Deepak Dasgupta

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
answer Nov 18, 2013 by Satyabrata Mahapatra
Similar Questions
0 votes

How does compiler work internally to make sure constant object can access only constant member function ?

+2 votes

I need a code in c++, it should have methods or overloaded operators for operations such as
1. Insertion
2. Deletion
3. Display

...