started working on this.
We need the following new objects.
1>CVariableDB,
this class keeps track of all input variables.
especially, the following operations should be supported.
a)addVar(TCHAR* name, double value)
b)delVar(TCHAR* name)
c)modVar(TCHAR* name, double value)
d)bool lookUp(TCHAR* name,double* value)
2>CVariableDBDlg
this is user interface for variable database.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=531928
This is actually feature request.
According version 0.2 release plan,
this should be a part of 0.2 release.
moving the target to 0.2
Logged In: YES
user_id=531928
started working on this.
We need the following new objects.
1>CVariableDB,
this class keeps track of all input variables.
especially, the following operations should be supported.
a)addVar(TCHAR* name, double value)
b)delVar(TCHAR* name)
c)modVar(TCHAR* name, double value)
d)bool lookUp(TCHAR* name,double* value)
2>CVariableDBDlg
this is user interface for variable database.
Logged In: YES
user_id=531928
working on this problem.
Since I'm not a MFC gui expert,
works on dialog part will drag me for a while