I am currently making a calculator. It just looks like something such as subtract, multiply, some advanced mathematical operations etc. I'm trying to improve my calculator's speed as fast as possible. Sometimes I ask some questions in order to discuss some ideas, and almost of them are related to "performance". Some of this seem to look like "too localized", that's why some questions are closed...
My calculator features :
Quickly handle all complex expressions!Supports power operator (^)A powerful variable managerSupports two modes : "original and translated" ('translated' is more convenient)Execute the translated code immediately without compilingPortable code, you can bring it to everywhereMemory saving! 100% no structures, except when implementingCall some kinds of functions with parametersSupports variable container (vector)Is able to access glocal functions and variables in your programMacro managerSupports file loader, writer, parser, optimizer, reader etc
etc
My calculator is a portable library, so it can be very easily included in your program. It's written by Visual C++.
English Language & Usage
Q&A for linguists, etymologists, and serious English language enthusiasts
Joined 3 months ago, last seen 3 months ago
52 reputation
6
badges
4 questions
0 answers
Meta Stack Overflow
Q&A for meta-discussion of the Stack Exchange family of Q&A websites
Joined 1 month ago, last seen 1 month ago
1 reputation
0 questions
0 answers
Game Development
Q&A for professional and independent game developers
Joined 3 months ago, last seen 3 months ago
1 reputation
0 questions
0 answers