All Questions
Tagged with overloading functional-programming
2 questions
3
votes
1
answer
231
views
C++ algorithm to implement multiple operators in one
I have a class called IntMatrix which has 2 fields:
...
1
vote
1
answer
2k
views
Extending string mapping
Basically I'm trying to generalise and extend the notion of mapping one string into another.
There are two methods I often find myself using for this: Functions, and Dictionairies.
So here are my 3 ...