calculator/src/CalcManager
pi1024e 5b59bdcb60 Removed need for trimIdx and fDigitsFound, resulting in less code. (#576)
Having an extra integer variable to hold onto an i or i-1 value is inefficient, for "if (m_token.at(i) != chZero)", the code under "fDigitsFound" will always run, so it makes sense to put the fDigitsFound code under the if statement, which can return from the function entirely instead of breaking.

### How changes were validated:
- Manual Testing verified the code having identical behavior as before, with no side effects.
2019-07-16 14:53:34 -05:00
..
CEngine Ensure gldPrevious is scoped to its own translation unit (#556) 2019-06-18 13:05:18 -07:00
Header Files Fix type of m_openParenCount (#550) 2019-06-17 17:10:15 -07:00
Ratpack Drop __inline from conflicting declarations (#545) 2019-06-10 14:36:05 -07:00
CalcManager.vcxproj Update to SDK 18362 (#568) 2019-06-27 09:53:06 -07:00
CalcManager.vcxproj.filters Fix declarations of functions (#186) 2019-03-13 13:15:08 -07:00
CalculatorHistory.cpp Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
CalculatorHistory.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
CalculatorManager.cpp Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
CalculatorManager.h Remove Serialize/Deserialize functions never used in StandardCalculatorViewModel, UnitConverter, UnitConverterViewModel and CalculatorManager (#392) 2019-05-09 11:01:43 -07:00
CalculatorResource.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorVector.h Applying NR 1 to CalculatorVector.h (#491) 2019-07-11 12:46:13 -05:00
CMakeLists.txt Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
Command.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ExpressionCommand.cpp Removed need for trimIdx and fDigitsFound, resulting in less code. (#576) 2019-07-16 14:53:34 -05:00
ExpressionCommand.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ExpressionCommandInterface.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
pch.cpp Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
pch.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
sal_cross_platform.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
UnitConverter.cpp Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
UnitConverter.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
winerror_cross_platform.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00