top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are some of the best practices (idioms) to follow when using templates in C++ ?

+1 vote
216 views
What are some of the best practices (idioms) to follow when using templates in C++ ?
posted Jun 15, 2015 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I am looking for a book that will not teach c+, but will teach design patterns and practices such as RAII and etc. Does such a book exist that is recommended? More importantly (though doubtful), does something
like this exist for c+11? I assume that c+11 being as new as it is, there are probably some debates on specific techniques and they may not be as set in stone or evolved as c+03.

+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

...