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:758
Latest posts:

Why do computers even need virus protection?
[quote]I haven't seen any virus for Windows which doesn't require in-depth knowledge of windows and/...

Why do computers even need virus protection?
[quote]What is perhaps true is that the typical Windows user uses the OS in a more vulnerable manner...

Why do computers even need virus protection?
Moral of the story: Use linux. I have been using Linux for the last 4 years and I've never had a v...

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...