User profile: tition

User info
User name:tition
Location:US
Website:http://vector-partition.jacobs-university.de/vpf/cgi-bin/calculator
Bio:My current (and only) C++ project:

(instance1:)
http://vector-partition.jacobs-university.de/vpf/cgi-bin/calculator
(instance2:)
http://cartan.math.umb.edu/vpf/cgi-bin/calculator


This is a calculator I use in my current work, and is completely experimental. The calculator uses Javascript for displaying math.
History
Joined:
Number of posts:755
Latest posts:

getters & setters are bad, design patterns etc.
A situation I had where getters were a must (and setters were not really directly needed). I have ...

getters & setters are bad, design patterns etc.
For my math library I found operator overloading to be a must - surprisingly, not for readability re...

getters & setters are bad, design patterns etc.
I find the getter/setter paradigm not well enough designed. Most of the time, I need my members to b...

A Euclidian Modulus function for C++
Opinion: use a combination of MiiNiPaa and ausairman: [code] template <typename T> T const EucFMod(T...

Intellectual Property?
Speaking of parsers, this is the forum post from which I learned how to parse expressions. This is t...