Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
231 views

C++ algorithm to implement multiple operators in one

I have a class called IntMatrix which has 2 fields: ...
user225756's user avatar
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 ...
Frames Catherine White's user avatar